Skip to content

Commit

Permalink
Merge pull request #30 from robert-scheck/pypy
Browse files Browse the repository at this point in the history
Re-add lost PyPy tests
  • Loading branch information
job authored Dec 26, 2024
2 parents 8e90749 + e87bccb commit 15cebff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-24.04]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14-dev']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14-dev', 'pypy3.9', 'pypy3.10']
exclude:
- os: ubuntu-24.04
python-version: 3.6
Expand All @@ -30,6 +30,10 @@ jobs:
python-version: 3.13
- os: ubuntu-20.04
python-version: 3.14-dev
- os: ubuntu-20.04
python-version: pypy3.9
- os: ubuntu-20.04
python-version: pypy3.10
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 15cebff

Please sign in to comment.