mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
Python 3.11 is no longer available, can newer versions be supported? #2932
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 @adubry75 on GitHub (Dec 6, 2024).
Feature Request
Is your feature request related to a problem? Please describe.
Python 3.11 is no longer supported due to security vulnerabilities AND the python website no longer gives access to the binaries to download.
Describe the solution you'd like
Please make open-webui compatible with python 3.12 or higher.
Describe alternatives you've considered
Source code for python 3.11 is available but compiling it sounds like an extra step in pain.
Additional context
I will download the newest python and see if open-webui will install, even though the warnings when I tried to install it with 3.10 (my current version), it says: Requires-Python <3.12.0a1,>=3.11
Hopefully that's just an old warning and maybe it will work until 3.12 or 3.13. I'll try that. If the documentation on the read.me or the warnings are old and outdated, please update :). Thanks for a great software!