Committed via https://github.com/asottile/all-repos
This commit is contained in:
anthony sottile 2025-10-09 17:44:52 -04:00
parent a2cdab0afe
commit 3411068391
4 changed files with 6 additions and 6 deletions

View file

@ -10,10 +10,10 @@ jobs:
main-windows:
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
with:
env: '["py39"]'
env: '["py310"]'
os: windows-latest
main-linux:
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.1
with:
env: '["py39", "py310", "py311", "py312"]'
env: '["py310", "py311", "py312", "py313"]'
os: ubuntu-latest