Skip to content

Commit e51d1cf

Browse files
authoredJan 8, 2025··
Chore: release sqlglotrs for Python 3.13 on windows (#4580)
1 parent d85b827 commit e51d1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v3
5151
- uses: actions/setup-python@v4
5252
with:
53-
python-version: '3.11'
53+
python-version: '3.13'
5454
architecture: ${{ matrix.python-architecture || 'x64' }}
5555
- name: Build wheels
5656
uses: PyO3/maturin-action@v1

0 commit comments

Comments
 (0)
Please sign in to comment.