Skip to content

Commit e06fd2f

Browse files
jprakash-dbvarun-edachali-dbx
authored andcommitted
Added CI CD upto python 3.12 (#491)
Support for Py till 3.12 Signed-off-by: varun-edachali-dbx <[email protected]>
1 parent e5ac8c6 commit e06fd2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/code-quality-checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: [3.9, "3.10", "3.11"]
18+
python-version: [3.9, "3.10", "3.11", "3.12"]
1919
steps:
2020
#----------------------------------------------
2121
# check-out repo and set-up python
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
strategy:
6868
matrix:
69-
python-version: [3.9, "3.10", "3.11" ]
69+
python-version: [3.9, "3.10", "3.11", "3.12"]
7070
steps:
7171
#----------------------------------------------
7272
# check-out repo and set-up python
@@ -117,7 +117,7 @@ jobs:
117117
runs-on: ubuntu-latest
118118
strategy:
119119
matrix:
120-
python-version: [3.9, "3.10"]
120+
python-version: [3.9, "3.10", "3.11", "3.12"]
121121
steps:
122122
#----------------------------------------------
123123
# check-out repo and set-up python
@@ -169,7 +169,7 @@ jobs:
169169
runs-on: ubuntu-latest
170170
strategy:
171171
matrix:
172-
python-version: [3.9, "3.10"]
172+
python-version: [3.9, "3.10", "3.11", "3.12"]
173173
steps:
174174
#----------------------------------------------
175175
# check-out repo and set-up python

0 commit comments

Comments
 (0)