From 02f268d4ee170022acd53d6594ce31d04490dc06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 11:06:22 +0000 Subject: [PATCH] Build(deps): Bump actions/setup-python from 6 to 7 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cibw.yml | 2 +- .github/workflows/python.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cibw.yml b/.github/workflows/cibw.yml index e9997990..fe514b4a 100644 --- a/.github/workflows/cibw.yml +++ b/.github/workflows/cibw.yml @@ -22,7 +22,7 @@ jobs: # installation fails due to a bug in the default setuptools in the # ubuntu-latest image. https://github.com/pypa/setuptools/issues/3269 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '>=3.9' diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 8ebbf646..53a331a0 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -41,7 +41,7 @@ jobs: pyver: ['3.9', '3.10', '3.11', '3.12', '3.13', 3.13t, '3.14', 3.14t] steps: - uses: actions/checkout@v7 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: ${{ matrix.pyver }} - run: pipx run build --sdist python