|
8 | 8 | packages=find_packages(where="src"),
|
9 | 9 | package_dir={"": "src"},
|
10 | 10 | platforms="any",
|
11 |
| - python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*", |
12 |
| - install_requires=["pytest>=2.7", 'mock;python_version<"3.0"'], |
| 11 | + python_requires=">=3.5", |
| 12 | + install_requires=["pytest>=2.7"], |
13 | 13 | use_scm_version={"write_to": "src/pytest_mock/_version.py"},
|
14 | 14 | setup_requires=["setuptools_scm"],
|
15 | 15 | url="https://github.com/pytest-dev/pytest-mock/",
|
|
26 | 26 | "Intended Audience :: Developers",
|
27 | 27 | "License :: OSI Approved :: MIT License",
|
28 | 28 | "Operating System :: OS Independent",
|
29 |
| - "Programming Language :: Python :: 2", |
30 |
| - "Programming Language :: Python :: 2.7", |
31 | 29 | "Programming Language :: Python :: 3",
|
32 | 30 | "Programming Language :: Python :: 3.5",
|
33 | 31 | "Programming Language :: Python :: 3.6",
|
34 | 32 | "Programming Language :: Python :: 3.7",
|
35 | 33 | "Programming Language :: Python :: 3.8",
|
| 34 | + "Programming Language :: Python :: 3 :: Only", |
36 | 35 | "Topic :: Software Development :: Testing",
|
37 | 36 | ],
|
38 | 37 | )
|
0 commit comments