Skip to content

Commit

Permalink
Add official PyPy support (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Laerte committed Apr 22, 2024
1 parent 94eecb1 commit 15df23e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "pypy3.9", "pypy3.10"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -41,5 +41,7 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
)

0 comments on commit 15df23e

Please sign in to comment.