From add730b5e2b3e6ce96b961bd69cef017f6ea9913 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:43:38 +0100 Subject: [PATCH] Add Python 3.13 to CI (#134) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63c803c..8f56b87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: fail-fast: false matrix: include: + - { python-version: "3.13", os: ubuntu-latest, session: "tests" } - { python-version: "3.12", os: ubuntu-latest, session: "tests" } - { python-version: "3.11", os: ubuntu-latest, session: "tests" } - { python-version: "3.10", os: ubuntu-latest, session: "tests" }