Skip to content

Commit 8c375b5

Browse files
committed
Match GH required status checks
1 parent af3ca3d commit 8c375b5

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/tests.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
include:
26-
- {python: '3.10', tox: 'py3.10-release'}
27-
- {python: '3.10', tox: 'py3.10-low'}
28-
- {python: '3.11', tox: 'py3.11-release'}
29-
- {python: '3.11', tox: 'py3.11-low'}
30-
- {python: '3.12', tox: 'py3.12-release' }
31-
- {python: '3.12', tox: 'py3.12-low' }
32-
- {python: '3.13', tox: 'py3.13-release' }
33-
- {python: '3.13', tox: 'py3.13-low' }
34-
- {python: '3.14', tox: 'py3.14-release' }
35-
- {python: 'pypy-3.11', tox: 'pypy3.11-release'}
26+
- {python: '3.10', tox: 'py310-release'}
27+
- {python: '3.10', tox: 'py310-low'}
28+
- {python: '3.11', tox: 'py311-release'}
29+
- {python: '3.11', tox: 'py311-low'}
30+
- {python: '3.12', tox: 'py312-release' }
31+
- {python: '3.12', tox: 'py312-low' }
32+
- {python: '3.13', tox: 'py313-release' }
33+
- {python: '3.13', tox: 'py313-low' }
34+
- {python: '3.14', tox: 'py314-release' }
35+
- {python: 'pypy-3.11', tox: 'pypy311-release'}
3636

3737
steps:
3838
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
basepython = python3.13
33
envlist =
4-
py{3.10,3.11,3.12,3.13,3.14,py3.11}-{low,release,appinstall}
4+
py{310,311,312,313,314,py311}-{low,release,appinstall}
55
mypy
66
async
77
nowebauthn

0 commit comments

Comments
 (0)