From f54d4f18ebc2470b8ce9f871dda2507e379b1f40 Mon Sep 17 00:00:00 2001 From: Ethan Henderson Date: Mon, 13 Dec 2021 16:27:22 +0000 Subject: [PATCH] Update workflow to allow PyPy 3.6 testing See https://github.com/actions/setup-python/issues/244 for more info. --- .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 8b1ca8d..caa7a17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-10.15, windows-latest] python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11-dev", "pypy-3.6", "pypy-3.7", "pypy-3.8"] name: Test