Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove python-future requirement for Python >= 3.13 #26

Open
gwuen opened this issue Dec 23, 2024 · 0 comments
Open

Remove python-future requirement for Python >= 3.13 #26

gwuen opened this issue Dec 23, 2024 · 0 comments

Comments

@gwuen
Copy link

gwuen commented Dec 23, 2024

The future package is not compatible with the latest Python 3.13 and apparently there is no prospect of this changing in the near future: PythonCharmers/python-future#640

If I understand the functionality of future correctly, it only overrides the builtins module when using Python 2.x. Since I could not find any other uses of this package in this project, that likely means the dependency can be dropped without any impact for Python 3.13, if not Python >= 3.0.

This might also be the case for DomainConnectDDNS-Python, but I don't want to create two identical issues for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant