Skip to content

Commit

Permalink
Remove python_requires in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Oct 3, 2021
1 parent 5db92e5 commit 42f2a13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Changelog
=========

2.2-dev0 - (unreleased)
2.2 - (2021-10-03)
---------------------------
* Fix python version in setup.py
[avoinea]

2.1 - (2021-09-28)
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion eea/sentry/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2-dev0
2.2
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
namespace_packages=['eea'],
include_package_data=True,
zip_safe=False,
python_requires="==2.7",
install_requires=[
'setuptools',
'eventlet',
Expand Down

0 comments on commit 42f2a13

Please sign in to comment.