Need help for Python 3.14 support

Hi Plone folks,

we could need some help to support Python 3.14 in Zope. This is required, so Plone eventually can support Python 3.14 as well. (The problems with the C code have been solved in Python itself, so “only” issues in the Python code are left.)

The following issues could need some help:

1 Like

https://docs.python.org/dev/whatsnew/3.14.html#id9

ast.Str -> ast.Constant and attribute s -> attribute value

but we must support also 3.10, right?

1 Like