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

Add support for Python 3.13 #896

Open
Dumeng opened this issue Nov 12, 2024 · 0 comments
Open

Add support for Python 3.13 #896

Dumeng opened this issue Nov 12, 2024 · 0 comments
Labels
enhancement New feature or request triage New issue; requires attention

Comments

@Dumeng
Copy link

Dumeng commented Nov 12, 2024

Describe the problem you are trying to solve:
The lib currently has a Python version requirement limit on < 3.13 only. And this causes a pip install error on the stable Python release.

python_requires=">=3.8, <3.13",

Describe the solution you'd like:
Lift the Python version requirement.

Describe alternatives you've considered:
We want to leverage the feature in the latest Python stable version. So, it looks like there are no actual alternatives.

Additional context:

@Dumeng Dumeng added enhancement New feature or request triage New issue; requires attention labels Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage New issue; requires attention
Projects
None yet
Development

No branches or pull requests

1 participant