INFO - DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
File "C:\Python\Python311\Lib\warnings.py", line 514, in _deprecated
warn(msg, DeprecationWarning, stacklevel=3)
File "C:\Python\Python311\Lib\site-packages\htmlmin\main.py", line 28, in
import cgi
It looks like
cgiis being deprecated in an upcoming Python3.13release:There are only two references to
cgiwithin 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