From 811c7091719c0c42e87af8cf2070854618e6c30d Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Tue, 24 Oct 2023 13:23:12 -0400 Subject: [PATCH 1/2] try updating the test ci configuration to match supported python versions --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4a51f14..e528c8a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,14 +21,14 @@ jobs: - "ubuntu-22.04" - "windows-2022" python-version: - - "3.7" - "3.8" - "3.9" - "3.10" - "3.11" - - "pypy-3.7" + - "3.12" - "pypy-3.8" - "pypy-3.9" + - "pypy-3.10" steps: From 69672037c354315fe600c1f47980d5dabc23e360 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Wed, 25 Oct 2023 09:59:51 -0400 Subject: [PATCH 2/2] try even harder to update the configs to match --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3d3f5b..f031f16 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,9 +44,9 @@ jobs: - "cp310-*" - "cp311-*" - "cp312-*" - - "pp37-*" - "pp38-*" - "pp39-*" + - "pp310-*" steps: - name: Check out zfec sources