Skip to content

Commit

Permalink
Allow installation to Python 3.10 environment
Browse files Browse the repository at this point in the history
All unit tests pass.
  • Loading branch information
pavoljuhas committed Oct 3, 2024
1 parent 378add5 commit 76995dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def _parse_requirements(path: pathlib.Path):
url="http://github.com/quantumlib/unitary",
author="Quantum AI team and collaborators",
author_email="[email protected]",
python_requires=">=3.12.0",
python_requires=">=3.10.0",
install_requires=install_requires,
license="Apache 2",
description="",
Expand Down

0 comments on commit 76995dc

Please sign in to comment.