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 9cf31d8 commit 9ea7fffCopy full SHA for 9ea7fff
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
needs: build
43
strategy:
44
matrix:
45
- os: [ubuntu-24, ubuntu-24-arm, windows-latest, macos-13]
+ os: [ubuntu-24.04, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-15, macos-15-arm64]
46
python: ['3.14', '3.13', '3.12', '3.11', '3.10', '3.9', '3.8'] # pypy3
47
48
steps:
0 commit comments