From a25387f2968436fd2ffb2c017aabcada5d44142d Mon Sep 17 00:00:00 2001 From: Vasista Vovveti Date: Fri, 7 Jul 2023 00:13:11 -0400 Subject: [PATCH 1/2] Move to pypy 3.9 --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index a62bf21..1514a84 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -68,7 +68,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy3.8'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy3.9'] sphinx-version: ['>=4,<5', '>=5,<6', '>=6a0,<7'] os: [windows-latest, macos-latest, ubuntu-latest] exclude: From eb77ea1d681165717d5d00d80c27385360997ee8 Mon Sep 17 00:00:00 2001 From: Vasista Vovveti Date: Fri, 7 Jul 2023 02:05:36 -0400 Subject: [PATCH 2/2] Update workflow.yml --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 1514a84..ebcd100 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -68,7 +68,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy3.9'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy3.9', 'pypy3.10'] sphinx-version: ['>=4,<5', '>=5,<6', '>=6a0,<7'] os: [windows-latest, macos-latest, ubuntu-latest] exclude: