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 81551f3 commit 0efd523Copy full SHA for 0efd523
.github/workflows/build.yml
@@ -15,13 +15,12 @@ jobs:
15
fail-fast: false
16
matrix:
17
config:
18
- # - { os: windows-latest, py: "3.7" }
19
- # - { os: macOS-latest, py: "3.7" }
20
- - { os: ubuntu-latest, py: "3.6" }
21
- - { os: ubuntu-latest, py: "3.7" }
22
- { os: ubuntu-latest, py: "3.8" }
23
- { os: ubuntu-latest, py: "3.9" }
24
- { os: ubuntu-latest, py: "3.10" }
+ - { os: ubuntu-latest, py: "3.11" }
+ - { os: ubuntu-latest, py: "3.12" }
+ - { os: ubuntu-latest, py: "3.13" }
25
26
env:
27
SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
0 commit comments