Skip to content

Commit 154ad5b

Browse files
author
Bret McGuire
committed
Remove explicit setup-python for new version. Pretty sure the new version of cibuildwheel + at least
a 3.8 Python version to run it should be enough.
1 parent 370b8c8 commit 154ad5b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/build_wheels_win.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
- uses: actions/checkout@v3
1616
with:
1717
submodules: true
18-
- uses: actions/setup-python@v5
19-
with:
20-
python-version: '3.12'
2118
- name: Build wheels
2219
run: cd python-driver && pipx run cibuildwheel==2.16.2
2320
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)