Skip to content

Commit 621b627

Browse files
committed
Updated the tests python versions
1 parent 9d3ac8c commit 621b627

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ on:
44
branches:
55
- main
66
pull_request:
7-
branches:
8-
- main
7+
98
jobs:
109
run-unit-tests:
1110
runs-on: ubuntu-latest
1211
strategy:
1312
matrix:
14-
python-version: [3.8, 3.9, "3.10", "3.11"]
13+
python-version: [3.9, "3.10", "3.11", "3.12"]
1514
steps:
1615
#----------------------------------------------
1716
# check-out repo and set-up python
@@ -62,7 +61,7 @@ jobs:
6261
runs-on: ubuntu-latest
6362
strategy:
6463
matrix:
65-
python-version: [3.8, 3.9, "3.10"]
64+
python-version: [3.9, "3.10", "3.11", "3.12"]
6665
steps:
6766
#----------------------------------------------
6867
# check-out repo and set-up python
@@ -114,7 +113,7 @@ jobs:
114113
runs-on: ubuntu-latest
115114
strategy:
116115
matrix:
117-
python-version: [3.8, 3.9, "3.10"]
116+
python-version: [3.9, "3.10", "3.11", "3.12"]
118117
steps:
119118
#----------------------------------------------
120119
# check-out repo and set-up python

0 commit comments

Comments
 (0)