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