Skip to content

Commit

Permalink
testing without 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rjain37 committed Jul 16, 2024
1 parent a1bea08 commit 1db754f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Physics"
]
dependencies = ["pyqir>=0.10.0,<0.11.0", "numpy"]
requires-python = ">=3.9"
requires-python = ">=3.10"

[project.urls]
Homepage = "https://github.com/qBraid/qbraid-qir"
Expand All @@ -38,9 +38,9 @@ Discord = "https://discord.gg/TPBU2sa8Et"
cirq = ["cirq-core>=1.3.0,<1.5.0"]
qasm3 = ["openqasm3[parser]>=0.4.0,<0.6.0"]
autoqasm = ["autoqasm>=0.1.0", "openqasm3[parser]>=0.4.0,<0.6.0", "qbraid>=0.7.1"]
test = ["qbraid>=0.6.1,<0.7.1", "pytest", "pytest-cov", "autoqasm>=0.1.0"]
test = ["qbraid>=0.6.1,<=0.7.1", "pytest", "pytest-cov", "autoqasm>=0.1.0"]
lint = ["black[jupyter]", "isort", "pylint", "qbraid-cli>=0.8.3"]
docs = ["sphinx~=7.3.7", "sphinx-autodoc-typehints>=1.24,<2.3", "sphinx-rtd-theme~=2.0.0", "docutils<0.22", "sphinx-copybutton", "qbraid>=0.7.1"]
docs = ["sphinx~=7.3.7", "sphinx-autodoc-typehints>=1.24,<2.3", "sphinx-rtd-theme~=2.0.0", "docutils<0.22", "sphinx-copybutton", "qbraid<=0.7.1"]

[tool.setuptools.dynamic]
version = {attr = "qbraid_qir.__version__"}
Expand Down

0 comments on commit 1db754f

Please sign in to comment.