Tags: IndicoDataSolutions/indico-client-python
Tags
[DEV-12949] Python 3.13 Compatibility (#349) * Fix unconditional import missed by reduce base install size PR * Replace `cgi.parse_header()` with `email.message.EmailMessage` This makes `indico-client` compatible with Python 3.13, which removed the deprecated `cgi` module. https://docs.python.org/3/whatsnew/3.13.html#pep-594-remove-dead-batteries-from-the-standard-library * Update readme and tox with supported Python versions
PreviousNext