changeset 3af359775585 in proteus:default
details: https://hg.tryton.org/proteus?cmd=changeset&node=3af359775585
description:
Drop support for PyPy and psycopg2cffi [skip ci]
issue11330
review386371003
diffstat:
setup.py | 1 -
tox.ini | 2 +-
2 files changed, 1 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 7effc59847cb -r 3af359775585 setup.py
--- a/setup.py Wed Apr 06 23:37:45 2022 +0200
+++ b/setup.py Sun Apr 10 19:11:40 2022 +0200
@@ -92,7 +92,6 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: CPython',
- 'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Office/Business',
],
platforms='any',
diff -r 7effc59847cb -r 3af359775585 tox.ini
--- a/tox.ini Wed Apr 06 23:37:45 2022 +0200
+++ b/tox.ini Sun Apr 10 19:11:40 2022 +0200
@@ -1,5 +1,5 @@
[tox]
-envlist = py37,py38,py39,py310,pypy3
+envlist = py37,py38,py39,py310
[testenv]
commands =