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.
2 parents cb33f1f + 196b30e commit 47ca45fCopy full SHA for 47ca45f
1 file changed
.github/workflows/tests-tox.yaml
@@ -21,8 +21,7 @@ jobs:
21
matrix:
22
include:
23
- {name: '3.14', python: '3.14', os: ubuntu-latest, tox: py314}
24
- - {name: '3.13', python: '3.13', os: ubuntu-latest, tox: py313}
25
- - {name: '3.12', python: '3.12', os: ubuntu-latest, tox: py312}
+ - {name: '3.14-MacOS', python: '3.14', os: macos-latest, tox: py314}
26
- {name: '3.12-MacOS', python: '3.12', os: macos-latest, tox: py312}
27
- {name: '3.11', python: '3.11', os: ubuntu-latest, tox: py311}
28
- {name: '3.11-min', python: '3.11', os: ubuntu-latest, tox: "py311-min"}
0 commit comments