Skip to content

Commit e5ac8c6

Browse files
jprakash-dbvarun-edachali-dbx
authored andcommitted
Removed CI CD for python3.8 (#490)
* Removed python3.8 support * Minor fix Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 904c304 commit e5ac8c6

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", "3.12", "3.13"]
18+
python-version: [3.9, "3.10", "3.11"]
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.8, 3.9, "3.10", "3.11" ]
69+
python-version: [3.9, "3.10", "3.11" ]
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", "3.11", "3.12", "3.13"]
120+
python-version: [3.9, "3.10"]
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", "3.11", "3.12", "3.13"]
172+
python-version: [3.9, "3.10"]
173173
steps:
174174
#----------------------------------------------
175175
# check-out repo and set-up python

0 commit comments

Comments
 (0)