Skip to content

Commit

Permalink
Fix version specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
warsaw committed May 15, 2018
1 parent 777c021 commit 922fd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers =
Programming Language :: Python :: 3

[options]
python_requires = =2.7,!=3.0,!=3.1,!=3.2,!=3.3
python_requires = >=2.7,!=3.0,!=3.1,!=3.2,!=3.3
setup_requires =
pathlib2; python_version < '3'
typing; python_version < '3.5'
Expand Down

0 comments on commit 922fd14

Please sign in to comment.