From 2e2483ed206c9c09f37967a798f74458c1119124 Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Tue, 22 Oct 2024 19:18:45 +0000 Subject: [PATCH] Add Python 3.13 to CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e5247c5d25..fe7511c156 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: main-test-suite: strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] runs-on: ubuntu-20.04 timeout-minutes: 60