From 1433173dc6d1ea930859ef16ba9bc583a798b422 Mon Sep 17 00:00:00 2001 From: Bill Mill Date: Sat, 9 Mar 2024 17:41:42 -0500 Subject: [PATCH] verifying that this still doesn't work --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ecca2b..0d19cfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "pypy3.9"] + python-version: ["3.10", "pypy3.10"] steps: - uses: actions/checkout@v4 - name: Set up Python