From 6d155654db94dd73a7b7410241bb0be043ad2080 Mon Sep 17 00:00:00 2001 From: Scott Stevenson Date: Sat, 19 Oct 2024 14:42:47 +0100 Subject: [PATCH] Add Python 3.13 to CI (#250) --- .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