From aa628f487cf84238f1d2b0b8c2ceef31e1154b43 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 10:35:18 +0100 Subject: [PATCH 1/4] Updated files with 'repo_helper'. --- .github/workflows/flake8.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flake8.yml b/.github/workflows/flake8.yml index af1b394..0a8c0c3 100644 --- a/.github/workflows/flake8.yml +++ b/.github/workflows/flake8.yml @@ -16,7 +16,7 @@ permissions: jobs: Run: name: "Flake8" - runs-on: "ubuntu-22.04" + runs-on: "ubuntu-20.04" steps: - name: Checkout 🛎️ From 5aa8a5943a8daf37fa56d66518789619a413ad25 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 11:32:52 +0100 Subject: [PATCH 2/4] Updated files with 'repo_helper'. --- .github/workflows/flake8.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flake8.yml b/.github/workflows/flake8.yml index 0a8c0c3..af1b394 100644 --- a/.github/workflows/flake8.yml +++ b/.github/workflows/flake8.yml @@ -16,7 +16,7 @@ permissions: jobs: Run: name: "Flake8" - runs-on: "ubuntu-20.04" + runs-on: "ubuntu-22.04" steps: - name: Checkout 🛎️ From aac655cdaad947405c8487ca63e562837cc8ec67 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 15:04:12 +0100 Subject: [PATCH 3/4] Updated files with 'repo_helper'. --- .github/workflows/python_ci_macos.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/python_ci_macos.yml b/.github/workflows/python_ci_macos.yml index 3ba7d80..e5a791a 100644 --- a/.github/workflows/python_ci_macos.yml +++ b/.github/workflows/python_ci_macos.yml @@ -18,8 +18,8 @@ permissions: jobs: tests: - name: "macos-13 / Python ${{ matrix.config.python-version }}" - runs-on: "macos-13" + name: "macos-${{ matrix.config.os-ver }} / Python ${{ matrix.config.python-version }}" + runs-on: "macos-${{ matrix.config.os-ver }}" continue-on-error: ${{ matrix.config.experimental }} env: USING_COVERAGE: '3.7,3.8,3.9,3.10,3.11,3.12,3.13' @@ -28,13 +28,13 @@ jobs: fail-fast: False matrix: config: - - {python-version: "3.7", testenvs: "py37-click{7,8},build", experimental: False} - - {python-version: "3.8", testenvs: "py38-click{7,8},build", experimental: False} - - {python-version: "3.9", testenvs: "py39-click{7,8},build", experimental: False} - - {python-version: "3.10", testenvs: "py310-click{7,8},build", experimental: False} - - {python-version: "3.11", testenvs: "py311-click{7,8},build", experimental: False} - - {python-version: "3.12", testenvs: "py312-click{7,8},build", experimental: False} - - {python-version: "3.13", testenvs: "py313-click{7,8},build", experimental: False} + - {python-version: "3.7", os-ver: "13", testenvs: "py37-click{7,8},build", experimental: False} + - {python-version: "3.8", os-ver: "14", testenvs: "py38-click{7,8},build", experimental: False} + - {python-version: "3.9", os-ver: "14", testenvs: "py39-click{7,8},build", experimental: False} + - {python-version: "3.10", os-ver: "14", testenvs: "py310-click{7,8},build", experimental: False} + - {python-version: "3.11", os-ver: "14", testenvs: "py311-click{7,8},build", experimental: False} + - {python-version: "3.12", os-ver: "14", testenvs: "py312-click{7,8},build", experimental: False} + - {python-version: "3.13", os-ver: "14", testenvs: "py313-click{7,8},build", experimental: False} steps: - name: Checkout 🛎️ From 097e8722d1119c8ae4001f54ed840f7abf894b55 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 16:09:51 +0100 Subject: [PATCH 4/4] Updated files with 'repo_helper'. --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index e928b70..83fc025 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,7 +13,7 @@ python: - requirements: requirements.txt - requirements: doc-source/requirements.txt build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: python: '3.9' jobs: