Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/benches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v6.0.0
- uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- uses: dtolnay/rust-toolchain@stable
with:
components: rust-src
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- uses: actions/checkout@v6.0.0
- uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'
- run: python -m pip install --upgrade pip && pip install nox[uv]
- run: nox -s check-changelog
2 changes: 1 addition & 1 deletion .github/workflows/ci-cache-warmup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v6.0.0
- uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-pc-windows-gnu,x86_64-pc-windows-msvc
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v6.0.0
- uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- run: python -m pip install --upgrade pip && pip install nox[uv]
- uses: dtolnay/rust-toolchain@stable
with:
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v6.0.0
- uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- name: resolve MSRV
id: resolve-msrv
run: echo MSRV=`python -c 'import tomllib; print(tomllib.load(open("Cargo.toml", "rb"))["workspace"]["package"]["rust-version"])'` >> $GITHUB_OUTPUT
Expand All @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v6.0.0
- uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- name: Fetch merge base
id: fetch_merge_base
uses: ./.github/actions/fetch-merge-base
Expand All @@ -76,7 +76,7 @@ jobs:
components: rust-src
- uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'CI-save-pr-cache') }}
Expand Down Expand Up @@ -393,7 +393,7 @@ jobs:
- uses: actions/checkout@v6.0.0
- uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'CI-save-pr-cache') }}
Expand All @@ -414,7 +414,7 @@ jobs:
- uses: actions/checkout@v6.0.0
- uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'CI-save-pr-cache') }}
Expand All @@ -436,7 +436,7 @@ jobs:
- uses: actions/checkout@v6.0.0
- uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'CI-save-pr-cache') }}
Expand Down Expand Up @@ -539,7 +539,7 @@ jobs:
- uses: actions/checkout@v6.0.0
- uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'CI-save-pr-cache') }}
Expand All @@ -563,7 +563,7 @@ jobs:
- uses: actions/checkout@v6.0.0
- uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- uses: Swatinem/rust-cache@v2
with:
save-if: ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'CI-save-pr-cache') }}
Expand Down Expand Up @@ -608,7 +608,7 @@ jobs:
- uses: actions/checkout@v6.0.0
- uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- uses: Swatinem/rust-cache@v2
with:
workspaces: examples/maturin-starter
Expand Down Expand Up @@ -638,7 +638,7 @@ jobs:
- uses: actions/checkout@v6.0.0
- uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-pc-windows-gnu,x86_64-pc-windows-msvc
Expand Down Expand Up @@ -692,7 +692,7 @@ jobs:
components: rust-src
- uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
architecture: ${{ matrix.platform.python-architecture }}
- uses: Swatinem/rust-cache@v2
with:
Expand All @@ -713,7 +713,7 @@ jobs:
components: rust-src
- uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"
- run: python -m pip install --upgrade pip && pip install nox[uv]
- run: nox -s test-introspection

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage-pr-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v6.0.0
- uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'
- name: Fetch merge base
id: fetch_merge_base
uses: ./.github/actions/fetch-merge-base
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netlify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v6.0.0
- uses: actions/setup-python@v6
with:
python-version: "3.13"
python-version: "3.14"

- uses: dtolnay/rust-toolchain@nightly

Expand Down
Loading