|
40 | 40 | 'Topic :: Software Development :: Testing', |
41 | 41 | 'Topic :: Software Development :: Libraries', |
42 | 42 | 'License :: OSI Approved :: MIT License', |
43 | | - 'Programming Language :: Python :: 2', |
44 | | - 'Programming Language :: Python :: 2.6', |
45 | | - 'Programming Language :: Python :: 2.7', |
46 | 43 | 'Programming Language :: Python :: 3', |
47 | | - 'Programming Language :: Python :: 3.4', |
48 | | - 'Programming Language :: Python :: 3.5', |
49 | | - 'Programming Language :: Python :: 3.6', |
| 44 | + 'Programming Language :: Python :: 3 :: Only', |
| 45 | + 'Programming Language :: Python :: 3.7', |
| 46 | + 'Programming Language :: Python :: 3.8', |
| 47 | + 'Programming Language :: Python :: 3.9', |
| 48 | + 'Programming Language :: Python :: 3.10', |
50 | 49 | ], |
51 | 50 |
|
52 | 51 | # What does your project relate to? |
|
55 | 54 | include_package_data = True, # include files listed in MANIFEST.in |
56 | 55 | install_requires = ['httpbin','six'], |
57 | 56 | extras_require = {"test": ["requests", "pytest"]}, |
| 57 | + python_requires = ">=3.7", |
58 | 58 |
|
59 | 59 | # the following makes a plugin available to pytest |
60 | 60 | entry_points = { |
|
0 commit comments