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

Support Python 3.13 #674

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

cecilialau6776
Copy link
Contributor

@cecilialau6776 cecilialau6776 commented Apr 9, 2025

Allows running on Python 3.13+ without the legacy-cgi package.

The cgi package was deprecated in Python 3.11 and removed in Python 3.13, which FormEncode used until version 2.1.1.

Also removed an unused pipes import (which was also removed in Python 3.13).

Allows running on Python 3.13+ without the `legacy-cgi` package

Signed-off-by: Cecilia Lau <[email protected]>
@cecilialau6776 cecilialau6776 marked this pull request as draft April 9, 2025 19:28
@cecilialau6776 cecilialau6776 changed the title Bump FormEncode version to 2.1.1 Support Python 3.11 Apr 9, 2025
@cecilialau6776 cecilialau6776 changed the title Support Python 3.11 Support Python 3.13 Apr 9, 2025
@cecilialau6776 cecilialau6776 marked this pull request as ready for review April 9, 2025 19:50
Signed-off-by: Cecilia Lau <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant