From 059e38d16493bf62b1563d1f5d62f9b54021d5a7 Mon Sep 17 00:00:00 2001 From: Simone Chemelli Date: Wed, 30 Oct 2024 11:22:22 +0000 Subject: [PATCH] build(ci): add python 3.13 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 958ce3b..09e011a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,7 @@ jobs: python-version: - "3.11" - "3.12" + - "3.13" os: - ubuntu-latest - windows-latest