Skip to content

Commit 15df23e

Browse files
authored
Add official PyPy support (#147)
1 parent 94eecb1 commit 15df23e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
9+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "pypy3.9", "pypy3.10"]
1010

1111
steps:
1212
- uses: actions/checkout@v4

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,7 @@
4141
"Programming Language :: Python :: 3.10",
4242
"Programming Language :: Python :: 3.11",
4343
"Programming Language :: Python :: 3.12",
44+
"Programming Language :: Python :: Implementation :: CPython",
45+
"Programming Language :: Python :: Implementation :: PyPy",
4446
],
4547
)

0 commit comments

Comments
 (0)