Skip to content

Commit 20831db

Browse files
authored
INTPYTHON-578 Use Python 3.11 for cibuildwheel environment (#297)
1 parent cbbab71 commit 20831db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- uses: actions/setup-python@v5
6262
with:
63-
python-version: ${{env.PYTHON_VERSION}}
63+
python-version: "3.11"
6464
allow-prereleases: true
6565

6666
- name: Set up QEMU

0 commit comments

Comments
 (0)