Skip to content

Commit ddf7483

Browse files
authored
Chore: enable python 3.13 in CI (#4483)
1 parent f70f124 commit ddf7483

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
13+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: PyO3/maturin-action@v1
5757
with:
5858
target: ${{ matrix.target }}
59-
args: --release --out dist --interpreter 3.7 3.8 3.9 3.10 3.11 3.12
59+
args: --release --out dist --interpreter 3.7 3.8 3.9 3.10 3.11 3.12 3.13
6060
sccache: 'true'
6161
manylinux: auto
6262
working-directory: ./sqlglotrs

0 commit comments

Comments
 (0)