You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python module cgiis deprecated and will be removed in Python 3.13. There is a single occurrence of it being used in pycifrw source, in src/Programs/process-validate.py:
Python module
cgi
is deprecated and will be removed in Python 3.13. There is a single occurrence of it being used in pycifrw source, insrc/Programs/process-validate.py
:pycifrw/src/Programs/process-validate.py
Line 11 in 344f88f
It would be nice to have
cgi
replaced before Python 3.13 is released.The text was updated successfully, but these errors were encountered: