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

Use Path.walk instead of Path.glob for serializing directories, when minimum support is Python 3.12 #200

Open
mihaimaruseac opened this issue Jun 5, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@mihaimaruseac
Copy link
Collaborator

Path.walk API is more reliable and has better UX than Path.glob. But, it is introduced only from Python3.12, so we need to wait until we can drop support for Python3.11.

@font
Copy link
Member

font commented Jun 12, 2024

@mihaimaruseac When do you think we can drop support for Python3.11?

@mihaimaruseac
Copy link
Collaborator Author

I think we need to wait at least until end of this year. Python 3.12 was released only last October.

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

No branches or pull requests

2 participants