Skip to content

Commit

Permalink
Merge pull request #544 from alphagov/ks-allow-py37-and-up
Browse files Browse the repository at this point in the history
Remove upper restriction on Python versions
  • Loading branch information
katstevens authored Nov 19, 2019
2 parents 8d19c32 + e1465d3 commit 7b39cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dmutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .flask_init import init_app, init_manager


__version__ = '50.0.0'
__version__ = '50.0.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
'Werkzeug>=0.16,<0.17',
'workdays>=1.4',
],
python_requires="==3.6.*",
python_requires="~=3.6",
)

0 comments on commit 7b39cd1

Please sign in to comment.