Skip to content

Commit 8f238d8

Browse files
committed
ci: run tests on py39 & py312
1 parent 5ddd071 commit 8f238d8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
strategy:
15-
# If either the tests for 3.8 or 3.11 fail all workflows
16-
# are terminated to safe computing resources.
15+
# If either the tests for 3.9 or 3.12 fail, all workflows
16+
# are terminated to save computing resources.
1717
fail-fast: true
1818
# To safe runtime least and latest version supported are
19-
# chosen. We go for 3.8 due to some dependencies. For more
20-
# info see the pyproject.toml
19+
# chosen. For more info see the pyproject.toml
2120
matrix:
22-
python-version: ["3.8", "3.11"]
21+
python-version: ["3.9", "3.12"]
2322

2423
steps:
2524
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)