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

roca and Python 2 (dependency on future) #52

Open
frenzymadness opened this issue Oct 19, 2023 · 0 comments · May be fixed by #53
Open

roca and Python 2 (dependency on future) #52

frenzymadness opened this issue Oct 19, 2023 · 0 comments · May be fixed by #53

Comments

@frenzymadness
Copy link

I have one simple question – Do you still need to support Python 2 for roca? I'm asking because this project uses future. future will no longer work with Python 3.12 because imp module has been removed from stdlib and the situation will be even worse with 3.13 because the lib2to3 which is the core of the future will be removed from stdlib as well.

It should be simple to remove the dependency on future, it's a good idea to do it, and I can help you with that if you want to.

@frenzymadness frenzymadness linked a pull request Oct 19, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant