Skip to content

Commit ef48d3e

Browse files
committed
removed python3.12
1 parent 4911bf1 commit ef48d3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [3.9, "3.10", "3.11", "3.12"]
13+
python-version: [3.9, "3.10", "3.11"]
1414
steps:
1515
#----------------------------------------------
1616
# 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", "3.12"]
65+
python-version: [3.9, "3.10", "3.11"]
6666
steps:
6767
#----------------------------------------------
6868
# check-out repo and set-up python
@@ -115,7 +115,7 @@ jobs:
115115
runs-on: ubuntu-latest
116116
strategy:
117117
matrix:
118-
python-version: [3.9, "3.10", "3.11", "3.12"]
118+
python-version: [3.9, "3.10", "3.11"]
119119
steps:
120120
#----------------------------------------------
121121
# check-out repo and set-up python

0 commit comments

Comments
 (0)