-
Notifications
You must be signed in to change notification settings - Fork 72
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
3.13 support #698
Comments
With that PR applied (and fixed locally), I'm getting another error (with 3.13.0b3):
|
fails to build with Python 3.13.0rc1 (Fedora) copying msgspec/py.typed -> build/lib.linux-x86_64-cpython-313/msgspec × Building wheel for msgspec (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
Has there been any progress on this? |
I can confirm that with #711 as it is now, I can get it to build successfully and pass all tests on 3.13.0rc2. |
Do you plan on releasing a new version or should this fix work without needing a new release? |
Thank you... not really what I was asking though. 😄 I'll wait for your next release then. |
Howdy!
I'm trying to test cattrs on Python 3.13 (beta1). I've added a msgspec converter in the next version so now we optionally depend on msgspec, which means I can't test on 3.13 until you support it. ;)
The installation seems to be failing in GCC: https://github.com/python-attrs/cattrs/actions/runs/9333591881/job/25690767935
The text was updated successfully, but these errors were encountered: