Adding upstream version 26.1.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
09521056ff
commit
d908bee480
119 changed files with 71635 additions and 68059 deletions
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
branches: [ main ]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
|
||||
|
|
9
.github/workflows/python-publish.yml
vendored
9
.github/workflows/python-publish.yml
vendored
|
@ -48,9 +48,14 @@ jobs:
|
|||
runs-on: ${{ (matrix.os == 'linux' && 'ubuntu') || matrix.os }}-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
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
|
||||
|
|
13
.github/workflows/rust-bench.yml
vendored
Normal file
13
.github/workflows/rust-bench.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
on: [pull_request]
|
||||
name: benchmark pull requests
|
||||
jobs:
|
||||
run-benchmark:
|
||||
name: run benchmark
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ false }} # Uncomment this when the workflow is fixed (currently fails in PRs)
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: boa-dev/criterion-compare-action@v3
|
||||
with:
|
||||
branchName: ${{ github.base_ref }}
|
||||
cwd: "sqlglotrs"
|
Loading…
Add table
Add a link
Reference in a new issue