We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b55b6 commit 4cec6e4Copy full SHA for 4cec6e4
.github/workflows/conda-package.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
strategy:
21
matrix:
22
- python: ["3.9", "3.10"]
+ python: ["3.9", "3.10", "3.11", "3.12"]
23
steps:
24
- uses: actions/checkout@v4
25
with:
0 commit comments