-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[FEATURE] 3.13 Support #674
Labels
enhancement
New feature or request
Comments
This issue is stale because it has been open for 30 days with no activity. |
will there be support for 3.13? |
Bump |
2 similar comments
Bump |
Bump |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
rembg is not installable on python>=3.13
Describe the solution you'd like
Adjust
python_requires=">=3.8, <3.13"
to include python 3.13 if there is no good reason to limit itIs there any reason why rembg has
python_requires=">=3.8, <3.13"
? If not, please update it so that it can work with python 3.13The text was updated successfully, but these errors were encountered: