Skip to content
Snippets Groups Projects
Commit 970c1797 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

pypy doesn't work

parent f5322858
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,8 @@ Inspired by [this StackOverflow discussion](https://stackoverflow.com/questions/ ...@@ -18,7 +18,8 @@ Inspired by [this StackOverflow discussion](https://stackoverflow.com/questions/
Tested and works on CPython 3.5-3.9, Tested and works on CPython 3.5-3.9,
both Windows and [Linux](https://travis-ci.org/github/smok-serwis/snakehouse). both Windows and [Linux](https://travis-ci.org/github/smok-serwis/snakehouse).
Contrary to what's said on PyPI it also works on PyPy! It doesn't work on PyPy due to lack of
`PyModule_FromDefAndSpec` symbol.
READ BEFORE YOU USE READ BEFORE YOU USE
=================== ===================
......
...@@ -21,7 +21,6 @@ classifier = ...@@ -21,7 +21,6 @@ classifier =
Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Operating System :: OS Independent Operating System :: OS Independent
Development Status :: 5 - Production/Stable Development Status :: 5 - Production/Stable
License :: OSI Approved :: MIT License License :: OSI Approved :: MIT License
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment