Skip to content

Commit

Permalink
Merge pull request #11 from eea/develop
Browse files Browse the repository at this point in the history
Remove python_requires in setup.py
  • Loading branch information
avoinea authored Oct 3, 2021
2 parents 4cbb65b + 42f2a13 commit eba94ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

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

2.1 - (2021-09-28)
---------------------------
* add upgrade step for the new javascript
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.1
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 eba94ba

Please sign in to comment.