Skip to content

Commit ffbb935

Browse files
authored
Chore: install python 3.7 when building windows wheel for sqlglotrs (#4585)
1 parent d250846 commit ffbb935

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ jobs:
5252
with:
5353
python-version: '3.13'
5454
architecture: ${{ matrix.python-architecture || 'x64' }}
55+
- uses: actions/setup-python@v5
56+
if: matrix.os == 'windows'
57+
with:
58+
python-version: '3.7'
59+
architecture: ${{ matrix.python-architecture || 'x64' }}
5560
- name: Build wheels
5661
uses: PyO3/maturin-action@v1
5762
with:

0 commit comments

Comments
 (0)