forked from qiskit-community/qiskit-ignis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Python 3.9 (qiskit-community#505)
* Add support for Python 3.9 Python 3.9.0 was released on 10-05-2020, this commits marks the support of Python 3.9 in qiskit-ignis. It adds the supported python version in the package metadata and updates the CI configuration to run test jobs on Python 3.9. * Build from master for aer 3.9 support * Split aer install into separate tox job * Use tox -epy39 for 3.9 jobs * Tweak gha condition * Fix 3.9 reverse conditions in gha config * Remove 3.9 windows job until aer release (cherry picked from commit fddd1e5)
- Loading branch information
Showing
5 changed files
with
22 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
pylint==2.4.4 | ||
pycodestyle | ||
qiskit-aer>=0.3.0 | ||
qiskit-aer>=0.3.0;python_version<'3.9' | ||
scikit-learn>=0.17 | ||
Sphinx>=2.1 | ||
sphinx-rtd-theme>=0.4.0 | ||
sphinx-tabs>=1.1.11 | ||
sphinx-autodoc-typehints | ||
stestr>=2.5.0 | ||
ddt>=1.2.0,!=1.4.0 | ||
jupyter | ||
jupyter-sphinx | ||
jupyter;python_version<'3.9' | ||
jupyter-sphinx;python_version<'3.9' | ||
reno | ||
matplotlib | ||
pyfakefs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters