drop pypy

This commit is contained in:
Patrick Kanzler 2020-05-09 01:34:36 +02:00
parent 6c27222aeb
commit fe08fc1469
2 changed files with 0 additions and 3 deletions

View File

@ -43,8 +43,6 @@ matrix:
env: TOXENV=py38
- python: nightly
env: TOXENV=py38
- python: pypy
env: TOXENV=pypy
- python: pypy3
env: TOXENV=pypy3
- python: 3.8

View File

@ -71,7 +71,6 @@ setup(
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Office/Business :: Financial :: Point-Of-Sale',
],