You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library continues to rely on future, which is unnecessary for actively developed code using Python 3. The latest PyPI build of this package supports Python 3.6 as the minimum version, justifying the removal of future. With Python 3.13, I cannot use your library due to issues installing future.
WARNING: python-future package is not compatible with Python 3.13
The python-future project was created in 2013 to attempt to save Python from the schism of version incompatibility that was threatening to tear apart the language (as Perl 6 contributed to the death of Perl).
That time is now past. Thanks to a huge porting effort across the Python community, Python 3 eventually thrived. Python 2 reached its end of life in 2020 and the python-future package should no longer be necessary. Use it to help with porting legacy code to Python 3 but don’t depend on it for new code.
If you use packages that depend on it, please contact maintainers and/or upstream of these packages and try to work out whether this dependency is really needed.
The text was updated successfully, but these errors were encountered:
tzok
linked a pull request
Jan 20, 2025
that will
close
this issue
Thanks for reporting and the PR, @tzok! We will need some time to discuss this internally, as this may have implications for other users of this package as well as other software that makes use of this. But in general we do agree that moving things forward is the appropriate plan. We just want to be cautious in how we go about this.
This library continues to rely on
future
, which is unnecessary for actively developed code using Python 3. The latest PyPI build of this package supports Python 3.6 as the minimum version, justifying the removal offuture
. With Python 3.13, I cannot use your library due to issues installingfuture
.The text was updated successfully, but these errors were encountered: