|
24 | 24 | package_data={'': ['LICENSE']}, |
25 | 25 | package_dir={'geoip2': 'geoip2'}, |
26 | 26 | include_package_data=True, |
27 | | - python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*', |
| 27 | + python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*', |
28 | 28 | install_requires=requirements, |
29 | 29 | extras_require={':python_version=="2.7"': ['ipaddress']}, |
30 | 30 | tests_require=['requests_mock>=0.5'], |
|
38 | 38 | 'License :: OSI Approved :: Apache Software License', |
39 | 39 | 'Programming Language :: Python :: 2.7', |
40 | 40 | 'Programming Language :: Python :: 3', |
41 | | - 'Programming Language :: Python :: 3.3', |
42 | | - 'Programming Language :: Python :: 3.4', |
43 | 41 | 'Programming Language :: Python :: 3.5', |
44 | 42 | 'Programming Language :: Python :: 3.6', |
| 43 | + 'Programming Language :: Python :: 3.7', |
45 | 44 | 'Programming Language :: Python', |
46 | 45 | 'Topic :: Internet :: Proxy Servers', |
47 | 46 | 'Topic :: Internet', |
|
0 commit comments