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="",