We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7ec6a commit 33f6693Copy full SHA for 33f6693
.github/workflows/conda-test.yml
@@ -10,7 +10,7 @@ jobs:
10
shell: bash -el {0}
11
strategy:
12
matrix:
13
- python-version: ["3.10", "3.12"]
+ python-version: ["3.10", "3.11"]
14
steps:
15
- uses: actions/checkout@v4
16
with:
.github/workflows/pip-test.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
9
.github/workflows/poetry-test.yml
0 commit comments