Skip to content

Commit

Permalink
Chore: install python 3.7 when building windows wheel for sqlglotrs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
georgesittas authored Jan 9, 2025
1 parent d250846 commit ffbb935
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
with:
python-version: '3.13'
architecture: ${{ matrix.python-architecture || 'x64' }}
- uses: actions/setup-python@v5
if: matrix.os == 'windows'
with:
python-version: '3.7'
architecture: ${{ matrix.python-architecture || 'x64' }}
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit ffbb935

Please sign in to comment.