Skip to content

Commit

Permalink
Merge pull request #656 from quantumlib/wheels
Browse files Browse the repository at this point in the history
build wheel for 3.12
  • Loading branch information
NoureldinYosri authored Feb 12, 2024
2 parents 7c60963 + 86e3a65 commit f1c5d55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: win_amd64
architecture: x64
cibw:
build: "cp37-win_amd64 cp38-win_amd64 cp39-win_amd64 cp310-win_amd64 cp311-win_amd64"
build: "cp37-win_amd64 cp38-win_amd64 cp39-win_amd64 cp310-win_amd64 cp311-win_amd64 cp312-win_amd64"
env:
CIBW_BUILD: "${{ matrix.cibw.build || '*' }}"
CIBW_SKIP: "*musllinux*"
Expand All @@ -53,7 +53,7 @@ jobs:
python-version: '3.11'

- name: Install cibuildwheel and twine
run: python -m pip install cibuildwheel==2.12.3
run: python -m pip install cibuildwheel==2.16.2

- name: Install requirements
run: python -m pip install -r requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
name: win_amd64
architecture: x64
cibw:
build: "cp37-win_amd64 cp38-win_amd64 cp39-win_amd64 cp310-win_amd64 cp311-win_amd64"
build: "cp37-win_amd64 cp38-win_amd64 cp39-win_amd64 cp310-win_amd64 cp311-win_amd64 cp312-win_amd64"
env:
CIBW_BUILD: "${{ matrix.cibw.build || '*' }}"
CIBW_SKIP: "*musllinux*"
Expand All @@ -58,7 +58,7 @@ jobs:
python-version: '3.11'

- name: Install cibuildwheel and twine
run: python -m pip install cibuildwheel==2.12.3
run: python -m pip install cibuildwheel==2.16.2

- name: Install requirements
run: python -m pip install -r requirements.txt
Expand Down

0 comments on commit f1c5d55

Please sign in to comment.