20202121 - uses : actions/setup-python@v6
2222 with :
23- python-version : " 3.13 "
23+ python-version : " 3.14 "
2424 - run : python -m pip install --upgrade pip && pip install nox[uv]
2525 - uses : dtolnay/rust-toolchain@stable
2626 with :
41414242 - uses : actions/setup-python@v6
4343 with :
44- python-version : " 3.13 "
44+ python-version : " 3.14 "
4545 - name : resolve MSRV
4646 id : resolve-msrv
4747 run : echo MSRV=`python -c 'import tomllib; print(tomllib.load(open("Cargo.toml", "rb"))["workspace"]["package"]["rust-version"])'` >> $GITHUB_OUTPUT
54545555 - uses : actions/setup-python@v6
5656 with :
57- python-version : " 3.13 "
57+ python-version : " 3.14 "
5858 - name : Fetch merge base
5959 id : fetch_merge_base
6060 uses : ./.github/actions/fetch-merge-base
7676 components : rust-src
7777 - uses : actions/setup-python@v6
7878 with :
79- python-version : " 3.13 "
79+ python-version : " 3.14 "
8080 - uses : Swatinem/rust-cache@v2
8181 with :
8282 save-if : ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'CI-save-pr-cache') }}
@@ -393,7 +393,7 @@ jobs:
393393394394 - uses : actions/setup-python@v6
395395 with :
396- python-version : " 3.13 "
396+ python-version : " 3.14 "
397397 - uses : Swatinem/rust-cache@v2
398398 with :
399399 save-if : ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'CI-save-pr-cache') }}
@@ -414,7 +414,7 @@ jobs:
414414415415 - uses : actions/setup-python@v6
416416 with :
417- python-version : " 3.13 "
417+ python-version : " 3.14 "
418418 - uses : Swatinem/rust-cache@v2
419419 with :
420420 save-if : ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'CI-save-pr-cache') }}
@@ -436,7 +436,7 @@ jobs:
436436437437 - uses : actions/setup-python@v6
438438 with :
439- python-version : " 3.13 "
439+ python-version : " 3.14 "
440440 - uses : Swatinem/rust-cache@v2
441441 with :
442442 save-if : ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'CI-save-pr-cache') }}
@@ -539,7 +539,7 @@ jobs:
539539540540 - uses : actions/setup-python@v6
541541 with :
542- python-version : " 3.13 "
542+ python-version : " 3.14 "
543543 - uses : Swatinem/rust-cache@v2
544544 with :
545545 save-if : ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'CI-save-pr-cache') }}
@@ -563,7 +563,7 @@ jobs:
563563564564 - uses : actions/setup-python@v6
565565 with :
566- python-version : " 3.13 "
566+ python-version : " 3.14 "
567567 - uses : Swatinem/rust-cache@v2
568568 with :
569569 save-if : ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'CI-save-pr-cache') }}
@@ -608,7 +608,7 @@ jobs:
608608609609 - uses : actions/setup-python@v6
610610 with :
611- python-version : " 3.13 "
611+ python-version : " 3.14 "
612612 - uses : Swatinem/rust-cache@v2
613613 with :
614614 workspaces : examples/maturin-starter
@@ -638,7 +638,7 @@ jobs:
638638639639 - uses : actions/setup-python@v6
640640 with :
641- python-version : " 3.13 "
641+ python-version : " 3.14 "
642642 - uses : dtolnay/rust-toolchain@stable
643643 with :
644644 targets : x86_64-pc-windows-gnu,x86_64-pc-windows-msvc
@@ -692,7 +692,7 @@ jobs:
692692 components : rust-src
693693 - uses : actions/setup-python@v6
694694 with :
695- python-version : " 3.13 "
695+ python-version : " 3.14 "
696696 architecture : ${{ matrix.platform.python-architecture }}
697697 - uses : Swatinem/rust-cache@v2
698698 with :
@@ -713,7 +713,7 @@ jobs:
713713 components : rust-src
714714 - uses : actions/setup-python@v6
715715 with :
716- python-version : " 3.13 "
716+ python-version : " 3.14 "
717717 - run : python -m pip install --upgrade pip && pip install nox[uv]
718718 - run : nox -s test-introspection
719719
0 commit comments