Skip to content

Conversation

@mtreinish
Copy link
Member

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 and build wheels for Python 3.9.

@mtreinish
Copy link
Member Author

Adding on hold here until numpy publishes wheels for python 3.9 support. Right now the macOS build is failing because it's linking against whatever blas lib is installed in the macOS CI node image and causing internal numpy errors. While this can probably be fixed by installing openblas locally in the CI job it's going to be a potential issue for users until numpy publishes a release with 3.9 support.

@mtreinish mtreinish added this to the 0.6.0 milestone Oct 7, 2020
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 and build wheels for Python 3.9.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 329944941

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.02%) to 93.586%

Totals Coverage Status
Change from base Build 329641580: -0.02%
Covered Lines: 2320
Relevant Lines: 2479

💛 - Coveralls

@mtreinish mtreinish merged commit 15534ac into Qiskit:master Oct 29, 2020
@mtreinish mtreinish deleted the python3.9 branch October 29, 2020 17:23
mtreinish added a commit to mtreinish/retworkx that referenced this pull request Oct 29, 2020
In Qiskit#168 we added support for 3.9 which included the CI config to publish
Python 3.9 wheels. However as was caught in Qiskit#186 it neglected to remove
the Python 3.9 skip for the win32 wheel job. This commit corrects the
oversight so when we push a release we build a Python 3.9 wheel for
win32.
mtreinish added a commit that referenced this pull request Oct 29, 2020
In #168 we added support for 3.9 which included the CI config to publish
Python 3.9 wheels. However as was caught in #186 it neglected to remove
the Python 3.9 skip for the win32 wheel job. This commit corrects the
oversight so when we push a release we build a Python 3.9 wheel for
win32.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants