Skip to content
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

Need to update bottle for py3.13 #141

Open
dgw opened this issue Jan 22, 2025 · 0 comments
Open

Need to update bottle for py3.13 #141

dgw opened this issue Jan 22, 2025 · 0 comments
Assignees
Labels
Milestone

Comments

@dgw
Copy link
Member

dgw commented Jan 22, 2025

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.

@dgw dgw added the tweak label Jan 22, 2025
@dgw dgw added this to the 0.6.0 milestone Jan 22, 2025
@dgw dgw self-assigned this Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant