|
1 | 1 | from setuptools import setup, find_packages
|
2 | 2 |
|
3 |
| -install_requires = ["execnet>=1.1", "pytest>=4.4.0", "pytest-forked", "six"] |
| 3 | +install_requires = ["execnet>=1.1", "pytest>=6.0.0", "pytest-forked", "six"] |
4 | 4 |
|
5 | 5 |
|
6 | 6 | with open("README.rst") as f:
|
|
24 | 24 | "pytest11": ["xdist = xdist.plugin", "xdist.looponfail = xdist.looponfail"]
|
25 | 25 | },
|
26 | 26 | zip_safe=False,
|
27 |
| - python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", |
| 27 | + python_requires=">=3.5", |
28 | 28 | install_requires=install_requires,
|
29 | 29 | setup_requires=["setuptools_scm"],
|
30 | 30 | classifiers=[
|
|
39 | 39 | "Topic :: Software Development :: Quality Assurance",
|
40 | 40 | "Topic :: Utilities",
|
41 | 41 | "Programming Language :: Python",
|
42 |
| - "Programming Language :: Python :: 2", |
43 |
| - "Programming Language :: Python :: 2.7", |
44 | 42 | "Programming Language :: Python :: 3",
|
| 43 | + "Programming Language :: Python :: 3 :: Only", |
45 | 44 | "Programming Language :: Python :: 3.5",
|
46 | 45 | "Programming Language :: Python :: 3.6",
|
47 | 46 | "Programming Language :: Python :: 3.7",
|
|
0 commit comments