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 a00ae0b commit 7c59d41Copy full SHA for 7c59d41
1 file changed
.github/workflows/wheels.yml
@@ -28,7 +28,7 @@ jobs:
28
strategy:
29
fail-fast: false
30
matrix:
31
- os: [ubuntu-20.04, windows-2019, macos-11]
+ os: [ubuntu-latest, windows-latest, macos-latest]
32
python_version: ['cp38-*', 'cp39-*', 'cp310-*', 'cp311-*', 'cp312-*']
33
34
steps:
0 commit comments