-
-
Notifications
You must be signed in to change notification settings - Fork 35
Python 3.13 support? #86
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
Comments
Additionally would it be possible to build a pure python wheel for people who may not mind about the (presumably performance) benefits of a binary wheel, in order to automatically have a wheel which will support future minor python versions? |
I'll add a pure wheel, sure. |
There's a |
Amazing, thank you so much! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would it be possible to build python 3.13 wheels please? We are now at the last python 3.12 release (3.12.10) with binaries so people who don't build python from source, but still want security patches, are now being effectively pushed onto 3.13.
This package only declares compatibility up to python 3.12 and the latest version is from Dec 2023 https://pypi.org/project/lazy-object-proxy/#history with wheels up to 3.12 https://pypi.org/project/lazy-object-proxy/1.10.0/#files
According to https://www.wheelodex.org/projects/lazy-object-proxy/ there are 223 projects depending on this one and thus users of them will not be able to upgrade to python 3.13.
In my case it is
openapi-spec-validator
.The text was updated successfully, but these errors were encountered: