From 7fc37f760842a47eccb6839dc082265ed3140def Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Wed, 10 Jan 2024 12:09:06 +0400 Subject: [PATCH] test 3.12 --- .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 eebcbcf..98598af 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' ] + python-version: ['3.9', '3.10', '3.11', '3.12' ] # Steps represent a sequence of tasks that will be executed as part of the job steps: