From 1d3c2f227fdd2ebeef4c05dd3694fc84a8930300 Mon Sep 17 00:00:00 2001 From: Simon Vidanovic Date: Thu, 17 Oct 2024 09:49:27 -0700 Subject: [PATCH] Python 3.13 added in github actions. --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index c7cac8b..ff33d52 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -12,7 +12,7 @@ jobs: matrix: os: [windows-2019] arch: [x86, x64] - python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] + python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"] steps: - name: Checkout repository