summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-12-13 07:45:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-12-13 07:45:22 +0000
commit21f20723eed2e3b68174cc474029083f1ce32afc (patch)
treeef12b2eb7eb404213a96c82cda0b070489ffce63 /.github
parentReleasing debian version 25.34.0-1. (diff)
downloadsqlglot-21f20723eed2e3b68174cc474029083f1ce32afc.tar.xz
sqlglot-21f20723eed2e3b68174cc474029083f1ce32afc.zip
Merging upstream version 26.0.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/python-package.yml2
-rw-r--r--.github/workflows/python-publish.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml
index a069e70..2140649 100644
--- a/.github/workflows/python-package.yml
+++ b/.github/workflows/python-package.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
index f58f792..c2cb027 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -56,7 +56,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
- args: --release --out dist --interpreter 3.7 3.8 3.9 3.10 3.11 3.12
+ args: --release --out dist --interpreter 3.7 3.8 3.9 3.10 3.11 3.12 3.13
sccache: 'true'
manylinux: auto
working-directory: ./sqlglotrs