Skip to content

Commit

Permalink
Merge pull request #93 from zapatacomputing/chore/zqs-1372/athenacaes…
Browse files Browse the repository at this point in the history
…ura-zapata/release-10-19-23

Chore/zqs 1372/athenacaesura zapata/release 10 19 23
  • Loading branch information
Athena Caesura authored Oct 19, 2023
2 parents 01f86b5 + 161bc4e commit 1026658
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Run jobs for a couple of Python versions.
strategy:
matrix:
python: ["3.8", "3.9", "3.10"]
python: ["3.9", "3.10", "3.11"]

name: TestCoverage - Python ${{ matrix.python }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Run jobs for a couple of Python versions.
strategy:
matrix:
python: ["3.8", "3.9", "3.10"]
python: ["3.9", "3.10", "3.11"]

name: Style - Python ${{ matrix.python }}

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
with:
repository: zapatacomputing/orquestra-forest
path: orquestra-forest

- name: Get orqviz
uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/quantum/examples/guides/circuit_runners_guide.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
# Inherit BaseCircuitRunner
from orquestra.integrations.qiskit.runner import create_ibmq_runner

backend = create_ibmq_runner(LOOKMORTYITURNEDMYSELFINTOANAPITOKENIMAPIRICK, "ibmq_lima")
backend = create_ibmq_runner(LOOKMORTYITURNEDMYSELFINTOANAPITOKENIMAPIRICK, "ibm_perth")
# End Inherit BaseCircuitRunner

# CircuitRunner run and measure circuit
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include_package_data = True
package_dir =
= src
packages = find_namespace:
python_requires = >=3.8,!=3.9.7,<3.11
python_requires = >=3.9,!=3.9.7

install_requires =
orquestra-quantum==0.12.0
Expand Down

0 comments on commit 1026658

Please sign in to comment.