X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Frun-tests.yaml;h=4244526b1b397a32728093e5c0fe58143363c373;hb=1c8100c4383ad47d1e1f88e8b92d1ddb371eff8f;hp=34bb96b48545c0fb266f9116b5771eb5df6e1830;hpb=970a721937e0c27a76bae2644897e125cd33e164;p=ppu.git diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 34bb96b..4244526 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.7"] + python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.7"] include: - os: ubuntu-latest os-name: Linux @@ -25,7 +25,7 @@ jobs: steps: # Setup Python/pip - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: s-weigand/setup-conda@v1 with: conda-channels: conda-forge