-
Notifications
You must be signed in to change notification settings - Fork 134
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
MNT: fix compatibility with Python 3.14 #684
Conversation
Thanks, nice catch! I know I'm pretty weirdly conservative on this. In most projects I'd have dropped such old Python versions some time ago. But |
The ast.Str class was deprecated in 3.8 and will be removed in 3.14
Thanks Tom! |
Sorry to be one of those people, but please would it be possible to have a release with this commit? I'm currently unable to test with Python 3.14 in CI as A |
Sorry to be one of those people too, but please would it be possible to have a release with this commit? I'm currently unable to test with Python 3.14 in CI as pip is failing with this error. please. |
Flit 3.10 is out now, which hopefully solves this. Although to be honest, I think testing on Python "3.14" at present is a waste of energy - I would look to start testing around when it's a beta. But that's up to you. |
Thanks @takluyver! We run Sphinx on the tip of CPython for doctests so testing the latest release is useful, but I agree perhaps less so in the general case. A |
The ast.Str class was deprecated in 3.8 and will be removed in 3.14