We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ddd071 commit 8f238d8Copy full SHA for 8f238d8
.github/workflows/ci-cd.yml
@@ -12,14 +12,13 @@ jobs:
12
runs-on: ubuntu-latest
13
14
strategy:
15
- # If either the tests for 3.8 or 3.11 fail all workflows
16
- # are terminated to safe computing resources.
+ # If either the tests for 3.9 or 3.12 fail, all workflows
+ # are terminated to save computing resources.
17
fail-fast: true
18
# 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
+ # chosen. For more info see the pyproject.toml
21
matrix:
22
- python-version: ["3.8", "3.11"]
+ python-version: ["3.9", "3.12"]
23
24
steps:
25
- uses: actions/checkout@v3
0 commit comments