Skip to content

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

Closed
sparrowt opened this issue Apr 16, 2025 · 4 comments
Closed

Python 3.13 support? #86

sparrowt opened this issue Apr 16, 2025 · 4 comments

Comments

@sparrowt
Copy link

sparrowt commented Apr 16, 2025

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.

@sparrowt
Copy link
Author

sparrowt commented Apr 16, 2025

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?

@ionelmc
Copy link
Owner

ionelmc commented Apr 16, 2025

I'll add a pure wheel, sure.

@ionelmc
Copy link
Owner

ionelmc commented Apr 16, 2025

There's a lazy_object_proxy-1.11.0-py3-none-any.whl now.

@sparrowt
Copy link
Author

Amazing, thank you so much!

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

2 participants