Skip to content

Commit

Permalink
tests: upgrade Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Apr 24, 2024
1 parent e86a91e commit 77e7c43
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,20 @@ jobs:
matrix:
os: [ubuntu-latest]
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
python-version: ["3.9", "3.11"] # "3.13-dev"
python-version: ["3.9", "3.11", "3.13-dev"] # "3.13-dev"
env: [{ MINIMAL: "true" }, { MINIMAL: "false" }]
include:
# custom python versions
- os: ubuntu-20.04
python-version: 3.6
- os: ubuntu-20.04
python-version: 3.7
- os: macos-latest
- os: ubuntu-20.04
python-version: 3.8
- os: macos-latest
python-version: "3.10"
- os: macos-latest
python-version: "3.12"
- os: windows-latest
python-version: 3.8
python-version: "3.10"
- os: ubuntu-latest
python-version: "3.10"
- os: ubuntu-latest
Expand Down

0 comments on commit 77e7c43

Please sign in to comment.