We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815bfeb commit af0e66cCopy full SHA for af0e66c
1 file changed
.github/workflows/conda.yml
@@ -12,8 +12,8 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- platform: [ubuntu-latest, macos-12, windows-2019]
16
- python-version: ["3.9", "3.11"]
+ platform: [ubuntu-latest]
+ python-version: ["3.10", "3.13"]
17
18
runs-on: ${{ matrix.platform }}
19
0 commit comments