From 8712f30cfb226498ea675a2faa0fb86e30f3271a Mon Sep 17 00:00:00 2001 From: Q-CTRL DevOps Date: Fri, 26 Nov 2021 03:30:35 +0000 Subject: [PATCH] Update setup.py/README.rst to match pyproject.toml/README.md --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bef9e17..d297a54 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ name='qctrl-cirq', version='0.0.4', description='Q-CTRL Python Cirq', - python_requires='<3.10,>=3.7', + python_requires='<3.9,>=3.7', project_urls={"documentation": "", "homepage": "https://q-ctrl.com", "repository": "https://github.com/qctrl/python-cirq"}, author='Q-CTRL', author_email='support@q-ctrl.com',