Skip to content

Commit

Permalink
Setup.py: Specify supported Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwesta authored and jrwdunham committed Apr 10, 2018
1 parent f6a58cf commit a1e60c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -63,5 +63,6 @@ def find_version(*file_paths):

install_requires=['future', 'lxml', 'six'],

include_package_data=True
include_package_data=True,
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
)

0 comments on commit a1e60c3

Please sign in to comment.