From 8f59e91005b0d34aa1023bbfe661b9df3230aa8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Wed, 10 Jul 2024 20:18:00 -0600 Subject: [PATCH] Test with latest PyPy (#290) --- .github/workflows/check.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index b3576fe..f2048e9 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: py: - - "pypy3.9" # ahead to start it earlier because takes longer + - "pypy3.10" # ahead to start it earlier because takes longer - "3.13" - "3.12" - "3.11" diff --git a/pyproject.toml b/pyproject.toml index 264619a..f518d95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ matrix = [ "3.10", "3.9", "3.8", - "pypy3.9", + "pypy3.10", ] }, ] features = [