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:
comfyanonymous
2026-08-24 20:09:38 -07:00
committed by GitHub
parent 5f0c4e18cb
commit 2618d32dfb

View File

@@ -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(