This commit is contained in:
Anthony Sottile 2025-03-29 15:39:58 -04:00
parent e492aeb385
commit 9d55ccdb72
22 changed files with 64 additions and 78 deletions

View file

@ -15,9 +15,6 @@ jobs:
- os: ubuntu-latest
python: pypy-3.9
toxenv: py
- os: ubuntu-latest
python: 3.8
toxenv: py
- os: ubuntu-latest
python: 3.9
toxenv: py
@ -28,11 +25,14 @@ jobs:
python: '3.11'
toxenv: py
- os: ubuntu-latest
python: '3.12-dev'
python: '3.12'
toxenv: py
- os: ubuntu-latest
python: '3.13'
toxenv: py
# windows
- os: windows-latest
python: 3.8
python: 3.9
toxenv: py
# misc
- os: ubuntu-latest