-
Notifications
You must be signed in to change notification settings - Fork 40
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
Deprecation Warning: 'cgi' is deprecated and slated for removal in Python 3.13 #66
Comments
started running some tests with 3.13 and I am getting this.
|
from this issue it seems that the current active fork is: https://github.com/wilhelmer/htmlmin and released as: https://pypi.org/project/htmlmin2/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like
cgi
is being deprecated in an upcoming Python3.13
release:There are only two references to
cgi
within this package:https://github.com/mankyd/htmlmin/blob/master/htmlmin/main.py#L28
https://github.com/mankyd/htmlmin/blob/master/htmlmin/escape.py#L33
Also see:
https://peps.python.org/pep-0594/#cgi
The text was updated successfully, but these errors were encountered: