From 98cadef63c3227799855811ac5ce49c04d1fa342 Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Fri, 25 Oct 2024 12:35:03 +0200 Subject: [PATCH] run CI on python 3.13 --- .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 e0f9489e325..563db55e682 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,7 +47,7 @@ jobs: matrix: os: ["ubuntu-latest", "macos-latest", "windows-latest"] # Bookend python versions - python-version: ["3.10", "3.12"] + python-version: ["3.10", "3.12", "3.13"] env: [""] include: # Minimum python version: