Commit 3af250c3ff7b2e521fb28a89b01db19af3ae3d09

Authored by Christian Herdtweck
1 parent ea2a7fbe

Run only latest py2, py3 and pypy3

Availability of python versions in cached runner images is subject to
change and specification in
https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
did not help
.github/workflows/unittests.yml
@@ -12,7 +12,7 @@ jobs: @@ -12,7 +12,7 @@ jobs:
12 strategy: 12 strategy:
13 matrix: 13 matrix:
14 os: ["ubuntu-latest", "windows-latest", "macos-latest"] 14 os: ["ubuntu-latest", "windows-latest", "macos-latest"]
15 - python-version: ["2.7", "3.5", "3.x", "pypy-3.9"] 15 + python-version: ["2.x", "3.x", "pypy-3.9"]
16 16
17 steps: 17 steps:
18 - uses: actions/checkout@v3 18 - uses: actions/checkout@v3