Skip to content

Commit

Permalink
ci: test all built pypy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug authored and mwilliamson committed Aug 14, 2024
1 parent 9c8736f commit bf07a27
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, macos-13]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "3.13-dev", "pypy-3.7"]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "3.13-dev", "pypy-3.7", "pypy-3.8", "pypy-3.9", "pypy-3.10"]
use-system-libs: [false]
include:
- os: ubuntu-20.04
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ def _extract_tarball(self, tarball_path, lib_dir):
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: Implementation :: PyPy',
'Programming Language :: Python :: Implementation :: CPython',
],
)

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,py38,py39,py310,py311,py312,py313,pypy3
envlist = py36,py37,py38,py39,py310,py311,py312,py313,pypy37,pypy38,pypy39,pypy310
isolated_build = True
[testenv]
changedir = {envtmpdir}
Expand Down

0 comments on commit bf07a27

Please sign in to comment.