mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-25 18:32:35 +08:00
Python 3.10 will be EOL soon, please upgrade. (#15874)
After the Python 3.10 EOL date of October 31 2026 we will put zero effort into keeping support for python 3.10 so everyone is recommended to upgrade to a newer version.
This commit is contained in:
2
main.py
2
main.py
@@ -593,6 +593,8 @@ if __name__ == "__main__":
|
||||
|
||||
if sys.version_info.major == 3 and sys.version_info.minor < 10:
|
||||
logging.warning("WARNING: You are using a python version older than 3.10, please upgrade to a newer one. 3.12 and above is recommended.")
|
||||
if sys.version_info.major == 3 and sys.version_info.minor == 10:
|
||||
logging.warning("WARNING: Python 3.10 will be EOL on October 31 2026, please consider upgrading to a newer version.")
|
||||
|
||||
if args.disable_dynamic_vram:
|
||||
logging.warning(
|
||||
|
||||
Reference in New Issue
Block a user