From 1ff341bae561fff496f7671e36929d272d255cbd Mon Sep 17 00:00:00 2001 From: George Hotz <72895+geohot@users.noreply.github.com> Date: Sun, 2 Nov 2025 12:55:40 +0800 Subject: [PATCH] python 3.11 is now required (#13055) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c836f2cdb..2624d21c34 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ setup(name='tinygrad', "License :: OSI Approved :: MIT License" ], install_requires=[], - python_requires='>=3.10', + python_requires='>=3.11', extras_require={ 'arm': ["unicorn"], 'triton': ["triton-nightly>=2.1.0.dev20231014192330"],