kislyuk / eight

Python 2 to the power of 3
https://eight.readthedocs.org/
Apache License 2.0
47 stars 6 forks source link

Update future requirement to 0.16 #7

Closed cmutel closed 7 years ago

cmutel commented 7 years ago

0.16 is already out for six months; having such an old requirement makes it very difficult to get a complete installation, as e.g. conda forge doesn't even build future 0.15.2 for Py 3.6. So it would be great to also get a new release.

kislyuk commented 7 years ago

Thanks, I need to loosen the dependency spec, I'll probably do >= 0.16, < 1.

kislyuk commented 7 years ago

(It would be nice if python-future obeyed semver, designating backwards incompatible changes like the one to configparser in 0.16 with major version bumps.)