Skip to content

Commit

Permalink
Merge pull request #537 from Nicusor97/add-python-requires
Browse files Browse the repository at this point in the history
Set python_requires>=3.5
  • Loading branch information
leplatrem committed May 25, 2020
2 parents aaf9b3b + ba5e130 commit c9f4abf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CHANGELOG
5.1.0 (unreleased)
==================

- Nothing changed yet.
- Add setuptoools ``python_requires`` check


5.0.0 (2020-05-19)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", ],
python_requires='>=3.5',
entry_points=entry_points,
author='Mozilla Services',
author_email='services-dev@mozilla.org',
Expand Down

0 comments on commit c9f4abf

Please sign in to comment.