From 5ad2043eea34dd708702cc90d7fe8b31a654260f Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 23:13:49 +0000 Subject: [PATCH] Updated files with 'repo_helper'. --- .github/workflows/python_ci_linux.yml | 2 +- .github/workflows/python_ci_macos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python_ci_linux.yml b/.github/workflows/python_ci_linux.yml index a353da8..9290eba 100644 --- a/.github/workflows/python_ci_linux.yml +++ b/.github/workflows/python_ci_linux.yml @@ -38,7 +38,7 @@ jobs: - {python-version: "3.13", testenvs: "py313-click{7.1,8.0,8.1,8.2},build", experimental: False} - {python-version: "pypy-3.7", testenvs: "pypy37-click{7.1,8.0,8.1}", experimental: False} - {python-version: "pypy-3.8", testenvs: "pypy38-click{7.1,8.0,8.1},build", experimental: False} - - {python-version: "pypy-3.9", testenvs: "pypy39-click{7.1,8.0,8.1},build", experimental: True} + - {python-version: "pypy-3.9", testenvs: "pypy39-click{7.1,8.0,8.1}", experimental: True} steps: - name: Checkout 🛎️ diff --git a/.github/workflows/python_ci_macos.yml b/.github/workflows/python_ci_macos.yml index 1134f22..6d3b388 100644 --- a/.github/workflows/python_ci_macos.yml +++ b/.github/workflows/python_ci_macos.yml @@ -35,7 +35,7 @@ jobs: - {python-version: "3.11", os-ver: "14", testenvs: "py311-click{7.1,8.0,8.1,8.2},build", experimental: False} - {python-version: "3.12", os-ver: "14", testenvs: "py312-click{7.1,8.0,8.1,8.2},build", experimental: False} - {python-version: "3.13", os-ver: "14", testenvs: "py313-click{7.1,8.0,8.1,8.2},build", experimental: False} - - {python-version: "pypy-3.9", os-ver: "14", testenvs: "pypy39-click{7.1,8.0,8.1},build", experimental: True} + - {python-version: "pypy-3.9", os-ver: "14", testenvs: "pypy39-click{7.1,8.0,8.1}", experimental: True} steps: - name: Checkout 🛎️