From 9dc820c58bbe1b54481ab8885c9b55e90c4f7864 Mon Sep 17 00:00:00 2001 From: Scott Stevenson Date: Sat, 19 Oct 2024 14:40:58 +0100 Subject: [PATCH] Add Python 3.13 to CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f04461a..c661d35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" steps: - uses: actions/checkout@v4