diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 97a7263..fd8f167 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: - python-version: 3.13 + python-version: 3.14 - name: Build source distribution run: pipx run build --sdist --outdir dist/ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5902b18..4899096 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -212,7 +212,7 @@ jobs: - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: - python-version: 3.12 + python-version: 3.14 - name: Build source distribution (SDist) and binary distribution (wheel) run: | diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1131a29..9b97047 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: - python-version: "3.x" + python-version: 3.14 - name: Restore Hugo builder cache uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4