Skip to content

Commit

Permalink
build: Extend version range to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Feb 16, 2024
1 parent bcfb5da commit ff85c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">=3.8.0,<3.12"
python = "^3.9,<3.13"
numba = ">=0.51.0"
qibo = ">=0.2.0"
scipy = "^1.10.1"
Expand Down

0 comments on commit ff85c24

Please sign in to comment.