Skip to content

Commit

Permalink
Loosen restriction on the version of six required. Fixes #947.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 28, 2017
1 parent 5a028a7 commit edfa868
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v34.0.3
-------

* #947: Loosen restriction on the version of six required,
restoring compatibility with environments relying on
six 1.6.0 and later.

v34.0.2
-------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def pypi_link(pkg_filename):
python_requires='>=2.6,!=3.0.*,!=3.1.*,!=3.2.*',
install_requires=[
'packaging>=16.8',
'six>=1.10.0',
'six>=1.6.0',
'appdirs>=1.4.0',
],
extras_require={
Expand Down

0 comments on commit edfa868

Please sign in to comment.