You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.13 removed cgi from the standard library, which bottle 0.12 uses for multipart form data parsing. bottle 0.13 switched to bundling a parser "borrowed from multipart", so it continues to work on Python 3.13.
This plugin already dropped support for Python <3.8 and requires Sopel 8.0+, so bottle 0.13 dropping the older Python versions won't be a problem. We should "just" have to soak-test the new dependency version in prod for a bit.
The text was updated successfully, but these errors were encountered:
Python 3.13 removed
cgi
from the standard library, whichbottle
0.12 uses for multipart form data parsing.bottle
0.13 switched to bundling a parser "borrowed from multipart", so it continues to work on Python 3.13.This plugin already dropped support for Python <3.8 and requires Sopel 8.0+, so
bottle
0.13 dropping the older Python versions won't be a problem. We should "just" have to soak-test the new dependency version in prod for a bit.The text was updated successfully, but these errors were encountered: