From b708c36d663f9d437a7788452d628e42e8ed1fec Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 16:02:56 +0100 Subject: [PATCH] Updated files with 'repo_helper'. --- .github/workflows/python_ci.yml | 2 +- .github/workflows/python_ci_macos.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python_ci.yml b/.github/workflows/python_ci.yml index 1a88c56..8998256 100644 --- a/.github/workflows/python_ci.yml +++ b/.github/workflows/python_ci.yml @@ -39,7 +39,7 @@ jobs: - {python-version: "pypy-3.6", testenvs: "pypy36-hatchlinglatest", experimental: False} - {python-version: "pypy-3.7", testenvs: "pypy37-hatchlinglatest,build", experimental: False} - {python-version: "pypy-3.8", testenvs: "pypy38-hatchling{1.21,latest},build", experimental: False} - - {python-version: "pypy-3.9", testenvs: "pypy39-hatchling{1.21,latest},build", experimental: True} + - {python-version: "pypy-3.9-v7.3.15", testenvs: "pypy39-hatchling{1.21,latest},build", experimental: True} steps: - name: Checkout 🛎️ diff --git a/.github/workflows/python_ci_macos.yml b/.github/workflows/python_ci_macos.yml index 9c17422..bdf4e39 100644 --- a/.github/workflows/python_ci_macos.yml +++ b/.github/workflows/python_ci_macos.yml @@ -36,6 +36,7 @@ jobs: - {python-version: "3.11", testenvs: "py311-hatchling{1.21,latest},build", experimental: False} - {python-version: "3.12", testenvs: "py312-hatchling{1.21,latest},build", experimental: False} - {python-version: "3.13.0-beta.2", testenvs: "py313-dev-hatchling{1.21,latest},build", experimental: True} + - {python-version: "pypy-3.6", testenvs: "pypy36-hatchlinglatest,build", experimental: False} - {python-version: "pypy-3.7", testenvs: "pypy37-hatchlinglatest,build", experimental: False} - {python-version: "pypy-3.8", testenvs: "pypy38-hatchling{1.21,latest},build", experimental: False} - {python-version: "pypy-3.9", testenvs: "pypy39-hatchling{1.21,latest},build", experimental: True}