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

Backward compatibility for Python < 3.9. #273

Open
bomtorazek opened this issue Feb 13, 2024 · 0 comments
Open

Backward compatibility for Python < 3.9. #273

bomtorazek opened this issue Feb 13, 2024 · 0 comments

Comments

@bomtorazek
Copy link

bomtorazek commented Feb 13, 2024

Hi, thank you for your work.

3938023#diff-e654cfbf24c60f251cb36c0b9ca963a78d44853ff3e0c4c137e6b5499227a0aaR71
(os.PathLike[str])

This line requires the Python version to be higher than or equal to 3.9.
In addition, something like these (list[str], tuple[dict[str, Any], str]) also causes a problem.
It would be better if we can use PyGlove with the Python < 3.9 without any errors.

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