We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67142c7 commit c61005bCopy full SHA for c61005b
.github/workflows/tests.yml
@@ -37,6 +37,7 @@ jobs:
37
- { python-version: "3.10", tox-env: py310, max-attempts: 3 }
38
- { python-version: "3.10", tox-env: py310-no-ext, max-attempts: 3 }
39
- { python-version: "3.11", tox-env: py311, max-attempts: 3 }
40
+ - { python-version: "3.11", tox-env: py311-no-ext, max-attempts: 3 }
41
- { python-version: "3.12", tox-env: py312, max-attempts: 3 }
42
- { python-version: "3.12", tox-env: py312-no-ext, max-attempts: 3 }
43
- { python-version: "3.13", tox-env: py313, max-attempts: 3 }
0 commit comments