diff --git a/setup.py b/setup.py index 6386e38..2e9a65b 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ package = 'ipware' -python_requires = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" +python_requires = ">=3.6" here = os.path.abspath(os.path.dirname(__file__)) requires = []