Search found 1 match
- Tue Aug 27, 2024 11:09 pm
- Forum: Development
- Topic: Python 3.13 support
- Replies: 7
- Views: 17407
Re: Python 3.13 support
Note that as https://peps.python.org/pep-0594/#deprecated-modules says, cgi module is already marked as deprecated in python 3.11, and even with python 3.12 (on Fedora 40, python3-3.12.5-1.fc40), you can already see the warning as: $ python --version Python 3.12.5 $ python -Wdefault /usr/bin/deluge-...