mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
Python 3.12/3.13 support? #3007
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @i0ntempest on GitHub (Dec 13, 2024).
Feature Request
Is your feature request related to a problem? Please describe.
Can this project support Python 3.12 and 3.13? 3.11 is at "security fix" status and is only provided in source form. I forced pip to install open webui with 3.12 and it works just fine. It's just one line of change in pyproject.toml.
Describe the solution you'd like
Support Python 3.12 and possibly 3.13
Describe alternatives you've considered
N/A
Additional context
N/A