From f8be8652fe997eee3ce25314b8d038158be1367e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 25 Jan 2024 07:57:16 -0500 Subject: [PATCH] build: run actions on 3.13 since a3 came out. --- .github/workflows/coverage.yml | 1 + .github/workflows/testsuite.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1ca3468ad..88aaadec5 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -50,6 +50,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" - "pypy-3.8" - "pypy-3.9" - "pypy-3.10" diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index cab43b601..9e1c3c1fa 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -50,12 +50,13 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" - "pypy-3.8" - "pypy-3.9" - "pypy-3.10" exclude: # Windows pypy 3.9 and 3.10 get stuck with PyPy 7.3.15. I hope to - # unstick them, but I don't want that to block all other progress, so + # unstick them, but I don't want that to block all other progress, so # skip them for now. - os: windows python-version: "pypy-3.9"