From ad2b76e9438f9ac80bf9825e4b14e40eb9ecf183 Mon Sep 17 00:00:00 2001 From: Peter Solodov Date: Tue, 30 Jul 2024 12:37:22 -0400 Subject: [PATCH] bump required python --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a1ceba7..55dd99a3 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def _parse_requirements(path: pathlib.Path): url="http://github.com/quantumlib/unitary", author="Quantum AI team and collaborators", author_email="quantum-chess-engineering@googlegroups.com", - python_requires=">=3.6.0", + python_requires=">=3.12.0", install_requires=install_requires, license="Apache 2", description="",