Skip to content

Commit 70055fc

Browse files
authored
Bump test version
1 parent 6e4c164 commit 70055fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

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

1414
strategy:
15-
# If either the tests for 3.9 or 3.12 fail, all workflows
15+
# If either the tests for 3.11 or 3.12 fail, all workflows
1616
# are terminated to save computing resources.
1717
fail-fast: true
1818
# To safe runtime least and latest version supported are
1919
# chosen. For more info see the pyproject.toml
2020
matrix:
21-
python-version: ["3.9", "3.12"]
21+
python-version: ["3.11", "3.12"]
2222

2323
steps:
2424
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)