From 72a5855d9dbfac77a3ab410d53eb227cf2f2b903 Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Wed, 29 Jan 2025 01:03:49 +0000 Subject: [PATCH] Update Requires-Python: >=3.9 (#8885) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a1e190b049e..ac267e754d8 100644 --- a/setup.py +++ b/setup.py @@ -557,7 +557,7 @@ def run(self): "scipy": ["scipy"], }, ext_modules=extensions, - python_requires=">=3.8", + python_requires=">=3.9", cmdclass={ "build_ext": BuildExtension.with_options(no_python_abi_suffix=True), "clean": clean,