Skip to content

Commit

Permalink
increasing minimum Python version to 3.10, required for "|" union typ…
Browse files Browse the repository at this point in the history
…e annotation
  • Loading branch information
cmendl committed May 1, 2024
1 parent a1d9668 commit acb5208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.7"
python: "3.10"

# Python requirements to build the docs
python:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Python package for quantum circuits and algorithms"
readme = "README.rst"
authors = [{ name = "TUM Quantum Computing Group" }]
license = { text = "Apache-2.0" }
requires-python = ">=3.7"
requires-python = ">=3.10"
dependencies = [
"numpy",
"scipy",
Expand Down

0 comments on commit acb5208

Please sign in to comment.