fossasia / eventyay-tickets

https://tickets-dev.eventyay.com
Apache License 2.0
1.51k stars 37 forks source link

Bump project to Python 3.11 #33

Closed mariobehling closed 3 weeks ago

mariobehling commented 5 months ago

Update the project to Python 3.11. Similar changes were done in Pretix here https://github.com/pretix/pretix/pull/2982/files

weshaan commented 5 months ago

still on? i can do this

mariobehling commented 4 months ago

Go ahead. No need to wait for anyone. Can just make a PR.

hongquan commented 4 months ago

There is another PR https://github.com/fossasia/eventyay-tickets/pull/36

But I marked it as WIP because we haven't tested eventyay-tickets with Python 3.10+ yet. With many 6 year old dependencies, I doubt they work with Python 3.10.

hongquan commented 4 months ago

In the meantime, someone please remove Python 3.6, 3.7 from GitHub Action script. GitHub seems no longer provide runners with these Python versions.

Shivangi-ch commented 4 months ago

In the meantime, someone please remove Python 3.6, 3.7 from GitHub Action script. GitHub seems no longer provide runners with these Python versions.

@hongquan I have fixed this issue in PR #51