Skip to content

Commit

Permalink
remove py13 (not available yet), add pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeliza committed Sep 26, 2024
1 parent 92ae87e commit b49c430
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ jobs:
fail-fast: false
matrix:
os: [macos-13, macos-14, ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.7", "pypy3.8", "pypy3.9", "pypy3.10"]
exclude:
- os: macos-14
python-version: "3.7"
- os: macos-13
python-version: "3.13"
- os: ubuntu-latest
python-version: "3.13"
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit b49c430

Please sign in to comment.