-
Notifications
You must be signed in to change notification settings - Fork 623
Status of Python 3.13 support #1721
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
Comments
If the webserver doesn't work, the fix may be to depend on |
Good spotting! I've not seen anyone mention they're actively working on 3.13 support. It seems to me that the best long term solution for the errbot project would be to migrate away from CGI to ASGI/WSGI, but this requires someone with the skills and time to volunteer and carry out the task to completion. |
Thank you. Do you think it could be worth adding I can do that, or change things to flag max version is 3.12. I wouldn't be capable of doing the refactor/migration in the foreseeable future. |
If |
Hello Folks,
Can you please help me understand the support status for the latest python?
It looks like we depend on
cgi
; apparently viawebob
and then viawebtest
which is used in production to validate incoming webhooksHowever,
cgi
is no longer included in python 3.13.While do have a test-suite running on 3.13 already python-package.yml; I'm not sure that we exercise the full webserving/webob path there.
The [latest PR checks run] (https://github.com/errbotio/errbot/actions/runs/14037314539/job/39298415722#step:5:256) does still show warnings about
cgi
Are we confident that CI exercises the
cgi
-ish code paths? Can we run fully on python 3.13The text was updated successfully, but these errors were encountered: