From 5aac648928e20de408f6399942b6871e64364010 Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Wed, 8 Jan 2025 22:39:41 +0000 Subject: [PATCH] Add Python 3.13 to CI (#3646) ## Type of change - Code maintenance/cleanup --- .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 dd9fdb0d5e..83eb2716cf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,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