DarkflameUniverse / NexusDashboard

Dashboard for Complete Management of a DLU game server
GNU Affero General Public License v3.0
47 stars 7 forks source link

ENH: update to python 3.11 and update packages #68

Closed aronwk-aaron closed 10 months ago

aronwk-aaron commented 1 year ago

it needs to be done

Coolfeather2 commented 11 months ago

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
Dopes88 commented 11 months ago

What can we do for backports.zoneinfo?

aronwk-aaron commented 11 months ago

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