We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e4c164 commit 70055fcCopy full SHA for 70055fc
.github/workflows/ci-cd.yml
@@ -12,13 +12,13 @@ jobs:
12
runs-on: ubuntu-latest
13
14
strategy:
15
- # If either the tests for 3.9 or 3.12 fail, all workflows
+ # If either the tests for 3.11 or 3.12 fail, all workflows
16
# are terminated to save computing resources.
17
fail-fast: true
18
# To safe runtime least and latest version supported are
19
# chosen. For more info see the pyproject.toml
20
matrix:
21
- python-version: ["3.9", "3.12"]
+ python-version: ["3.11", "3.12"]
22
23
steps:
24
- uses: actions/checkout@v3
0 commit comments