isce-framework / s1-reader

Sentinel-1 reader
Apache License 2.0
27 stars 12 forks source link

`DeprecationWarning`: `cgi` is deprecated and slated for removal in Python 3.13 #135

Closed scottstanie closed 10 months ago

scottstanie commented 1 year ago

Throws a warning on CI runs now:

 ../../../micromamba-root/envs/sweets-env/lib/python3.11/site-packages/s1reader/s1_orbit.py:3
  /home/runner/micromamba-root/envs/sweets-env/lib/python3.11/site-packages/s1reader/s1_orbit.py:3: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
    import cgi

We can use https://peps.python.org/pep-0594/#cgi for Python's suggestions on removing it