From 7567c25da58f9a5f793723dea8b1cdfa6db6afe5 Mon Sep 17 00:00:00 2001 From: Natanael Arndt Date: Thu, 27 Jun 2024 16:57:12 +0200 Subject: [PATCH] No 3.12 for now --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b2a01fb..b7abbeb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - python: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12'] + python: [3.7, 3.8, 3.9, '3.10', '3.11'] # include: # - python: "3.11.0-rc.1" # experimental: true