We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1d9e0 commit cee42d6Copy full SHA for cee42d6
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: true
10
matrix:
11
os: [ubuntu-latest, macos-latest, windows-latest]
12
- python-version: ["3.8", "3.10", "3.12"]
+ python-version: ["3.9", "3.11", "3.13"]
13
steps:
14
- uses: actions/checkout@v3
15
- uses: goanpeca/setup-miniconda@v2.2.0
0 commit comments