diff --git a/setup.py b/setup.py index a07e0e58..ffc35743 100644 --- a/setup.py +++ b/setup.py @@ -98,7 +98,6 @@ CLASSIFIERS = [ "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", @@ -140,7 +139,7 @@ setup( long_description=LONG_DESCRIPTION, platforms=["any"], classifiers=CLASSIFIERS, - python_requires=">=3.5", + python_requires=">=3.6", install_requires=["pymongo>=3.4, <4.0"], cmdclass={"test": PyTest}, **extra_opts diff --git a/tox.ini b/tox.ini index 6f33772c..937544d2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {py35,pypy3}-{mg34,mg36,mg39,mg311} +envlist = pypy3-{mg34,mg36,mg39,mg311} [testenv] commands =