Skip to content

Commit

Permalink
Fix python versions and OS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Aug 30, 2023
1 parent 53e301e commit b3ecc2c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
# [Python version, tox env, OS ]
# see for version: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
# see for runners: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
- ["2.7", "py27", "ubuntu-latest"]
- ["pypy-2.7", "pypy", "ubuntu-latest"]
- ["2.7", "py27", "ubuntu-22.04"]
- ["pypy-2.7", "pypy", "ubuntu-22.04"]
- ["3.4.10", "py34", "ubuntu-18.04"]
- ["3.5.10", "py35", "ubuntu-latest"]
- ["3.6", "py36", "ubuntu-latest"]
- ["3.7", "py37", "ubuntu-latest"]
- ["3.8", "py38", "ubuntu-latest"]
- ["3.5.10", "py35", "ubuntu-20.04"]
- ["3.6.15", "py36", "ubuntu-20.04"]
- ["3.7.17", "py37", "ubuntu-22.04"]
- ["3.8.18", "py38", "ubuntu-latest"]
- ["3.9", "py39", "ubuntu-latest"]
- ["3.10", "py310", "ubuntu-latest"]
- ["pypy3", "pypy3", "ubuntu-latest"]
Expand Down

0 comments on commit b3ecc2c

Please sign in to comment.