ASFHyP3 / hyp3-lib

Common library for HyP3 plugins
BSD 3-Clause "New" or "Revised" License
14 stars 11 forks source link

`cgi` Module is depreciated in Python>=3.11 #300

Open forrestfwilliams opened 4 months ago

forrestfwilliams commented 4 months ago

fetch.py uses the module cgi, which was depreciated in Python 3.11. The module won't be removed until Python 3.13 but we should update fetch.py to not use this module.

Alternatives are listed in PEP 594.