carltongibson/django-filter

DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13

amchii opened this issue · 0 comments

The archived package 'coreapi' uses the 'cgi' module that will be removed in Python3.13.
See https://docs.python.org/3/library/cgi.html.

Deprecated since version 3.11, will be removed in version 3.13: The cgi module is deprecated (see PEP 594 for details and alternatives).