DarkflameUniverse / NexusDashboard

Dashboard for Complete Management of a DLU game server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ENH: update to python 3.11 and update packages

aronwk-aaron opened this issue · comments

it needs to be done

As a temporary workaround, using venv and bumping greenlet to 2.0.0 gets it running on python 3.11

python3 -m venv .venv
source .venv/bin/activate
# edit requirements.txt so greenlet==2.0.0
pip install -r requirements.txt

What can we do for backports.zoneinfo?

run the docker version, it works and you dont have to change the version of python on the host
I will not be providing debugging for individuals trying to run on newer python versions.
if someone want to upgrade it and submit a PR before I get around to it, go for it