We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce7824 commit 9e26447Copy full SHA for 9e26447
2 files changed
README.rst
@@ -53,8 +53,6 @@ The project has been tested in the following versions of the interpreter:
53
- Python 3.4
54
- Python 3.5
55
- Python 3.6
56
-- Pypy
57
-- Pypy 3
58
59
All other dependencies are indicated on the requirements.txt file.
60
The included makefile can install them with the command:
setup.py
@@ -78,7 +78,6 @@ def run_tests(self):
78
'Programming Language :: Python :: 3.3',
79
'Programming Language :: Python :: 3.4',
80
'Programming Language :: Python :: 3.5',
81
- 'Programming Language :: Python :: Implementation :: PyPy',
82
'Topic :: Games/Entertainment :: Role-Playing'
83
],
84
long_description=read('README.rst'),
0 commit comments