From b14773cc46568583afe66556fd8d623f7b0bcc54 Mon Sep 17 00:00:00 2001 From: Joshua Bronson Date: Tue, 15 Oct 2024 09:52:18 -0400 Subject: [PATCH] Test against py3.13 in CI, collect coverage there --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a1f2b39..55fa7d6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,8 +34,9 @@ jobs: matrix: include: # https://github.com/actions/python-versions/blob/main/versions-manifest.json - - pyversion: "3.12" + - pyversion: "3.13" enable_coverage: true + - pyversion: "3.12" - pyversion: "3.11" - pyversion: "3.10" - pyversion: "3.9"