py38-plus

Committed via https://github.com/asottile/all-repos
This commit is contained in:
Anthony Sottile 2023-07-01 15:41:17 -04:00
parent dd97157e54
commit 50a9fefe01
4 changed files with 10 additions and 11 deletions

View file

@ -8,12 +8,12 @@ on:
jobs:
main-windows:
uses: asottile/workflows/.github/workflows/tox.yml@v1.0.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
with:
env: '["py38"]'
os: windows-latest
main-linux:
uses: asottile/workflows/.github/workflows/tox.yml@v1.0.0
uses: asottile/workflows/.github/workflows/tox.yml@v1.5.0
with:
env: '["py37", "py38", "py39", "py310"]'
env: '["py38", "py39", "py310", "py311"]'
os: ubuntu-latest