Skip to content

Commit 12eab26

Browse files
Merge pull request #633 from quantumlib/pin-ci-py
Pin CI python version
2 parents 1a7cab4 + 9b247d1 commit 12eab26

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/release_wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545

4646
# Used to host cibuildwheel
4747
- uses: actions/setup-python@v2
48+
with:
49+
python-version: '3.11'
4850

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

.github/workflows/testing_wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050

5151
# Used to host cibuildwheel
5252
- uses: actions/setup-python@v2
53+
with:
54+
python-version: '3.11'
5355

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

0 commit comments

Comments
 (0)