From 61e609df8905578a22935b29731a8f3240691f41 Mon Sep 17 00:00:00 2001 From: David Hotham Date: Sun, 5 Jan 2025 19:39:39 +0000 Subject: [PATCH] pipeline fix drop PyPy3.9, add PyPy3.10 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 58e9b600b..93e8ad817 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,7 +57,7 @@ jobs: # python 3.11 fails with "src/twisted/test/raiser.c:198:12: fatal error: longintrepr.h: No such file or directory" # twisted doesn't yet support 3.11 formally: https://github.com/twisted/twisted/blob/trunk/pyproject.toml#L24 - python-version: ['3.9', '3.11', 'pypy-3.9'] + python-version: ['3.9', '3.11', 'pypy-3.10'] framework: ['asyncio', 'tw2403', 'twtrunk'] # https://github.blog/changelog/2020-04-15-github-actions-new-workflow-features/