Skip to content

Commit

Permalink
Added CI CD upto python 3.12 (#491)
Browse files Browse the repository at this point in the history
Support for Py till 3.12
  • Loading branch information
jprakash-db authored Jan 18, 2025
1 parent b6433fc commit 1d3d8d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/code-quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, "3.10", "3.11"]
python-version: [3.9, "3.10", "3.11", "3.12"]
steps:
#----------------------------------------------
# check-out repo and set-up python
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, "3.10", "3.11" ]
python-version: [3.9, "3.10", "3.11", "3.12"]
steps:
#----------------------------------------------
# check-out repo and set-up python
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, "3.10"]
python-version: [3.9, "3.10", "3.11", "3.12"]
steps:
#----------------------------------------------
# check-out repo and set-up python
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, "3.10"]
python-version: [3.9, "3.10", "3.11", "3.12"]
steps:
#----------------------------------------------
# check-out repo and set-up python
Expand Down

0 comments on commit 1d3d8d7

Please sign in to comment.