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

Useless dependency of future #471

Closed
frenzymadness opened this issue Aug 29, 2023 · 1 comment
Closed

Useless dependency of future #471

frenzymadness opened this issue Aug 29, 2023 · 1 comment
Assignees

Comments

@frenzymadness
Copy link

Hello. I see that the project depends on future.

'future',

I can find only a single usage of it in the codebase.
from past.builtins import xrange # pylint: disable=W0622

Do you think it's still useful? I'm asking because future is broken with the latest Python 3.12 and will be even more with 3.13 so it might be a good idea to get rid of it.

@AurelienJaquier
Copy link
Collaborator

Thank you for bringing up this Issue @frenzymadness !
I removed future in PR #473, so I will consider this fixed.

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

2 participants