Skip to content

Commit b5c50a1

Browse files
committed
drop pyrhon 3.8 in the CI and add 3.12 and 3.13
1 parent fe7fbaf commit b5c50a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
strategy:
128128
fail-fast: false
129129
matrix:
130-
python-version: ["3.8", "3.9", "3.10", "3.11"]
130+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
131131
compiler: [GCC, ICC]
132132
timeout-minutes: 15
133133

@@ -221,7 +221,7 @@ jobs:
221221
strategy:
222222
fail-fast: false
223223
matrix:
224-
python-version: ["3.8", "3.9", "3.10", "3.11"]
224+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
225225
timeout-minutes: 15
226226

227227
steps:
@@ -297,7 +297,7 @@ jobs:
297297
strategy:
298298
fail-fast: false
299299
matrix:
300-
python-version: ["3.8", "3.9", "3.10", "3.11"]
300+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
301301
timeout-minutes: 15
302302

303303
steps:

0 commit comments

Comments
 (0)