Skip to content

Commit

Permalink
Add remove unneeded version cap on Python version (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksander Wennersteen <[email protected]>
  • Loading branch information
awennersteen and Aleksander Wennersteen authored Nov 14, 2024
1 parent 5c2d22c commit 2f4b8ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "qadence2"
description = "Qadence 2"
readme = "README.md"
version = "0.1.3"
requires-python = ">=3.10,<3.12"
requires-python = ">=3.10"
license = { text = "Apache 2.0" }
keywords = ["quantum"]
authors = [
Expand All @@ -20,6 +20,7 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
Expand Down

0 comments on commit 2f4b8ec

Please sign in to comment.