Skip to content

Commit

Permalink
Update python_requires to require 3.6+ (#83)
Browse files Browse the repository at this point in the history
This matches what's defined in the classifiers.
  • Loading branch information
gopackgo90 authored Mar 18, 2022
1 parent db8423e commit 921e539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 921e539

Please sign in to comment.