-
Notifications
You must be signed in to change notification settings - Fork 8
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
Tempita dependency uses cgi and is thus not compatible with Python 3.13 #33
Comments
Pylons/webob#437 is also a problem for proper support for Python 3.13 . In both cases, it can be worked around by installing |
|
But since WebOb didn't catch up yet, it might be a dead dependency that will have to be replaced by something else. |
I think that including https://pypi.org/project/legacy-cgi/ in the dependencies of TurboGears might be a reasonable fix for the moment. I'll try to reach to WebOb maintainers and see what's blocking the removal. Regarding Tempita, there is a TurboGears fork: https://github.com/TurboGears/tempita and I'm already talking with maintainers to get permissions to cut releases. |
Tempita 0.6.0 has been released on PyPi and no longer depends on |
Gearbox depends on https://pypi.org/project/Tempita/ which seems to be quite dead. http://pythonpaste.org/tempita/ doesn't work and I don't know if they have an issue tracker.
tempita uses cgi.escape . cgi was removed in Python 3.13 . Gearbox and TurboGears thus doesn't seem to support Python 3.13 .
The text was updated successfully, but these errors were encountered: