QuTech-Delft / OpenQL

OpenQL: A Portable Quantum Programming Framework for Quantum Accelerators. https://dl.acm.org/doi/10.1145/3474222
https://openql.readthedocs.io
Other
97 stars 44 forks source link

[QI2-150] Add support for python 3.10 #455

Closed koffie closed 2 years ago

koffie commented 2 years ago

This change makes sure that wheels will also be build for python 3.10

koffie commented 2 years ago

The release process fails with this update, so this still needs some work

https://github.com/QuTech-Delft/OpenQL/actions/runs/2629337764

koffie commented 2 years ago

Ok, this now works correctly as you can see at: https://github.com/QuTech-Delft/OpenQL/actions/runs/2629705336

That run still failed in the publish step because apparently the credentials of the pypi user that are stored in ${{ secrets.PYPI_TOKEN }} are no longer valid. But that has nothing to do with the changes introduced in this PR.