You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.13 will likely be the version which Debian 13 will include as AFAIK the planned schedule for a new stable Debian release will be near the next summer, the summer of 2025, and the version currently in Debian Testing is 3.13.1.
I have already attempted to run Mulysa with Python 3.13 but have ran into these issues:
Python 3.13 will likely be the version which Debian 13 will include as AFAIK the planned schedule for a new stable Debian release will be near the next summer, the summer of 2025, and the version currently in Debian Testing is 3.13.1.
I have already attempted to run Mulysa with Python 3.13 but have ran into these issues:
django-rest-framework depends on
coreapi
modulecgi
module has been removed from Python 3.13 https://peps.python.org/pep-0594/#cgicoreapi
in 3.17 releasecoveralls
module has yet to release a version compatible with Python 3.13With the following commits I am able to boot a server:
Bump python_version to 3.13
Temporarily disable coveralls module
Drop coreapi module
Update packages in Pipfile.lock
The text was updated successfully, but these errors were encountered: