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

Commit

Permalink
Bump Meta (#1412)
Browse files Browse the repository at this point in the history
* Bump version for qiskit-terra==0.19.2

Bump the meta repo version to include:

qiskit-terra==0.19.2

* Add terra release notes

* Bump version for qiskit-aer==0.10.3

Bump the meta repo version to include:

qiskit-aer==0.10.3

* Add aer release notes

* Update manylinux version for i686 on py310

* Mark Python 3.10 as supported in package metadata

* Clarify manylinux compatibility for python 3.10

* Ensure latest pip in CI test job

* Drop scipy constraint from ci

Co-authored-by: Matthew Treinish <[email protected]>
  • Loading branch information
qiskit-bot and mtreinish authored Feb 9, 2022
1 parent 3232143 commit 7a7d6f1
Show file tree
Hide file tree
Showing 9 changed files with 433 additions and 12 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.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
os: ["ubuntu-latest"]
steps:
- uses: actions/checkout@v2
Expand All @@ -19,7 +19,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Deps
run: python -m pip install -U tox setuptools virtualenv wheel
run: python -m pip install -U tox setuptools virtualenv wheel pip
- name: Install and Run Tests
run: tox -e py
lint:
Expand Down
6 changes: 5 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ Gushu Li
Jake Lishman
Dennis Liu
Peng Liu
Abhishek K M
Liam Madden
Yunho Maeng
Saurav Maheshkar
Expand Down Expand Up @@ -280,6 +281,7 @@ Vincent R. Pascuzzi
Simone Perriello
Eric Peterson
Anna Phan
Kuba Pilch
Francesco Piro
Marco Pistoia
Christophe Piveteau
Expand All @@ -294,10 +296,10 @@ Daniel Puzzuoli
Jesús Pérez
Quant02
Quintiii
Isha R
Rafey Iqbal Rahman
Arun Raja
Roshan Rajeev
Isha Rajput
Nipun Ramagiri
Anirudh Rao
Rudy Raymond
Expand Down Expand Up @@ -416,6 +418,7 @@ Matt Wright
Lucy Xing
Jintao YU
Bo Yang
Unchun Yang
Daniyar Yeralin
Ryota Yonekura
David Yonge-Mallo
Expand Down Expand Up @@ -459,6 +462,7 @@ krutik2966
ma5x
michelle4654
msuwama
nico-lgrs
ntgiwsvp
ordmoj
sagar pahwa
Expand Down
2 changes: 1 addition & 1 deletion Qiskit.bib

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
astroid==2.3.3
pylint==2.4.4
cryptography==2.5.0
scipy==1.5.4
decorator==4.4.2
docutils==0.16
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.34.1'
release = '0.34.2'

rst_prolog = """
.. |version| replace:: {0}
Expand Down
6 changes: 4 additions & 2 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,9 @@ Tier 1 platforms are currently:
* Linux x86_64 (distributions compatible with the
`manylinux 2010 <https://www.python.org/dev/peps/pep-0571/>`__ packaging
specification)
specification for Python < 3.10 and
`manylinux 2014 <https://www.python.org/dev/peps/pep-0599/>`__ for Python
>= 3.10)
* macOS x86_64 (10.9 or newer)
* Windows 64 bit
Expand Down Expand Up @@ -612,7 +614,7 @@ platforms are best effort only.
Tier 3 platforms are currently:
* Linux i686 (distributions compatible with the
`manylinux 2010 <https://www.python.org/dev/peps/pep-0571/>`__ packaging
`manylinux 2014 <https://www.python.org/dev/peps/pep-0599/>`__ packaging
specification) for Python >= 3.10
* Windows 32bit for Python >= 3.10
* macOS arm64 (10.15 or newer)
Expand Down
Loading

0 comments on commit 7a7d6f1

Please sign in to comment.