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

Replace deprecated cgi module with multipart for parsing multipart POST requests #28

Merged
merged 2 commits into from
Nov 11, 2024

Conversation

tw4l
Copy link
Member

@tw4l tw4l commented Nov 7, 2024

Fixes #23

Also updates CI to use Python 3.9-3.12 and to install setuptools from third party package.

tw4l added 2 commits November 7, 2024 15:25
Drop Python 3.7 and 3.8 from CI, as both had test failures due to
other packages dropping support for these now EOL versions.

Add Python 3.11 and 3.12 to CI.
@tw4l tw4l requested a review from ikreymer November 7, 2024 20:27
@tw4l tw4l changed the title Issue 23 cgi deprecated Replace deprecated cgi module with multipart for parsing multipart POST requests Nov 7, 2024
@ikreymer ikreymer merged commit 7d9e56b into main Nov 11, 2024
8 checks passed
@ikreymer ikreymer deleted the issue-23-cgi-deprecated branch November 11, 2024 04:30
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.

'cgi' is deprecated and slated for removal in Python 3.13
2 participants