From 86a352537d89606fe5f8659c158783693ffa7b34 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Thu, 14 Nov 2024 06:46:23 +0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98598af..f165d60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, windows-latest, macos-latest ] - python-version: ['3.9', '3.10', '3.11', '3.12' ] + python-version: ['3.10', '3.11', '3.12','3.13'] # Steps represent a sequence of tasks that will be executed as part of the job steps: