From 3baf45bed00b403dd3a66e8c1cd898d6ca918d4e Mon Sep 17 00:00:00 2001 From: masklinn Date: Mon, 15 Jan 2024 19:10:20 +0100 Subject: [PATCH] Disable pypy311 Despite the suite succeeding as noted in e9483d8fbb1e288c8842bff2766ec0a08e1a73eb, github sucks so it still marks a PR / commit as failing if non-required tests fail (red cross on the commit and "Some checks were not successful" on the PR), which sucks. Not to mention pypy311 does not exist yet, let alone being provided by setup-python, so it can never succeed. Therefore remove it. --- .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 63482c9..0d1da4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: - "pypy-3.8" - "pypy-3.9" - "pypy-3.10" - - "pypy-3.11" + # - "pypy-3.11" include: - source: sdist artifact: dist/*.tar.gz