Skip to content

Commit 1d3d8d7

Browse files
authored
Added CI CD upto python 3.12 (databricks#491)
Support for Py till 3.12
1 parent b6433fc commit 1d3d8d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.9, "3.10", "3.11"]
14+
python-version: [3.9, "3.10", "3.11", "3.12"]
1515
steps:
1616
#----------------------------------------------
1717
# check-out repo and set-up python
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
strategy:
6464
matrix:
65-
python-version: [3.9, "3.10", "3.11" ]
65+
python-version: [3.9, "3.10", "3.11", "3.12"]
6666
steps:
6767
#----------------------------------------------
6868
# check-out repo and set-up python
@@ -113,7 +113,7 @@ jobs:
113113
runs-on: ubuntu-latest
114114
strategy:
115115
matrix:
116-
python-version: [3.9, "3.10"]
116+
python-version: [3.9, "3.10", "3.11", "3.12"]
117117
steps:
118118
#----------------------------------------------
119119
# check-out repo and set-up python
@@ -165,7 +165,7 @@ jobs:
165165
runs-on: ubuntu-latest
166166
strategy:
167167
matrix:
168-
python-version: [3.9, "3.10"]
168+
python-version: [3.9, "3.10", "3.11", "3.12"]
169169
steps:
170170
#----------------------------------------------
171171
# check-out repo and set-up python

0 commit comments

Comments
 (0)