Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Commit

Permalink
Bump Meta (#1785)
Browse files Browse the repository at this point in the history
Bump the meta repo version to include:

qiskit-terra==0.25.0

---------

Co-authored-by: Matthew Treinish <[email protected]>
  • Loading branch information
qiskit-bot and mtreinish committed Jul 27, 2023
1 parent bb1c604 commit 2b423d0
Show file tree
Hide file tree
Showing 6 changed files with 1,331 additions and 43 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.8, 3.9, "3.10", "3.11"]
os: ["ubuntu-latest"]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
set -e
git clone https://github.com/Qiskit/qiskit-tutorials
pip install -c constraints.txt -U jupyter sphinx nbsphinx networkx qiskit_sphinx_theme 'matplotlib>=3.3.0' qiskit-terra[visualization] cvxpy 'pyscf<1.7.4' scikit-learn
pip install -c constraints.txt -U jupyter sphinx nbsphinx networkx qiskit_sphinx_theme 'matplotlib>=3.3.0' qiskit-terra[visualization] cvxpy 'pyscf<1.7.4' scikit-learn qiskit-aer
pip install -c constraints.txt -U .
sudo apt-get install -y pandoc graphviz
- name: Run tutorials
Expand Down
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# The short X.Y version
version = ""
# The full version, including alpha/beta/rc tags
release = "0.43.3"
release = "0.44.0"

docs_url_prefix = "documentation" # i.e., www.qiskit.org/documentation/

Expand Down Expand Up @@ -197,6 +197,7 @@
# Only add type hints from signature to description body if the parameter has documentation. The
# return type is always added to the description (if in the signature).
autodoc_typehints_description_target = "documented_params"
add_module_name = True

# Plot directive configuration
# ----------------------------
Expand Down
Loading

0 comments on commit 2b423d0

Please sign in to comment.