Skip to content

Commit

Permalink
Merge pull request #98 from Qiskit-Partners/build_cp310
Browse files Browse the repository at this point in the history
Do not skip Python 3.10 in builds
  • Loading branch information
nonhermitian committed Apr 14, 2022
2 parents 0aaea18 + 6dace2c commit 581514b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
with:
python-version: '3.7'
- name: Build wheels
uses: pypa/cibuildwheel@v2.1.1
uses: pypa/cibuildwheel@v2.3.1
env:
CIBW_SKIP: "cp310-* pp*"
CIBW_SKIP: "pp*"
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64 *-win32 *-manylinux_i686 cp39-manylinux*"
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_TEST_REQUIRES: pytest qiskit-aer
Expand Down
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ pylatexenc
jupyter-sphinx
nbsphinx
psutil
ipykernel<6
ipykernel<6
Jinja2<3.1

0 comments on commit 581514b

Please sign in to comment.