We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c27222 commit fe08fc1Copy full SHA for fe08fc1
.travis.yml
@@ -43,8 +43,6 @@ matrix:
43
env: TOXENV=py38
44
- python: nightly
45
46
- - python: pypy
47
- env: TOXENV=pypy
48
- python: pypy3
49
env: TOXENV=pypy3
50
- python: 3.8
setup.py
@@ -71,7 +71,6 @@ def read(fname):
71
'Programming Language :: Python :: 3.7',
72
'Programming Language :: Python :: 3.8',
73
'Programming Language :: Python :: Implementation :: CPython',
74
- 'Programming Language :: Python :: Implementation :: PyPy',
75
'Topic :: Software Development :: Libraries :: Python Modules',
76
'Topic :: Office/Business :: Financial :: Point-Of-Sale',
77
],
0 commit comments