Skip to content

Commit

Permalink
Add support for PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Aug 26, 2020
1 parent 6525500 commit 0091a1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ def get_release_command_class() -> Dict[str, setuptools.Command]:
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
],
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tox]
envlist =
py{35,36,37,38}
pypy3
build
clean
cov
Expand Down

0 comments on commit 0091a1c

Please sign in to comment.