Skip to content
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:

jobs:
main:
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
uses: mxr/workflows/.github/workflows/tox.yml@7b6e3e04e717b781ea3cb9d7dc0727b4995eb8c8
with:
env: '["py312", "py313", "py314", "pypy7.3.13"]' # https://github.com/actions/runner-images/blob/50ae10289a1d019551858f6a174f78d2e212bed4/images/ubuntu/Ubuntu2204-Readme.md#pypy
main-win:
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
uses: mxr/workflows/.github/workflows/tox.yml@7b6e3e04e717b781ea3cb9d7dc0727b4995eb8c8
with:
env: '["py312"]'
os: windows-latest
Loading