Skip to content

Commit 4aa80e4

Browse files
committed
Update setup.py for Python 3.6+ requirement
1 parent 61cc836 commit 4aa80e4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
2424
package_data={"": ["LICENSE"]},
2525
package_dir={"geoip2": "geoip2"},
2626
include_package_data=True,
27-
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
27+
python_requires=">=3.6",
2828
install_requires=requirements,
29-
extras_require={':python_version=="2.7"': ["ipaddress"]},
3029
tests_require=["requests_mock>=0.5"],
3130
test_suite="tests",
3231
license=geoip2.__license__,
@@ -36,9 +35,7 @@
3635
"Intended Audience :: Developers",
3736
"Intended Audience :: System Administrators",
3837
"License :: OSI Approved :: Apache Software License",
39-
"Programming Language :: Python :: 2.7",
4038
"Programming Language :: Python :: 3",
41-
"Programming Language :: Python :: 3.5",
4239
"Programming Language :: Python :: 3.6",
4340
"Programming Language :: Python :: 3.7",
4441
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)