From 7bda8102915bdc38c8dc0dd80f7299a3db77c0a9 Mon Sep 17 00:00:00 2001 From: Thijs Vogels Date: Thu, 9 May 2024 17:53:21 +0200 Subject: [PATCH] Binary distribution for Python 3.12 Python 3.12 is now the default on Ubuntu 24.04, so this adds a binary distribution for python 3.12 to the CI. --- .github/workflows/wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 9fef3f81..83d5cb2f 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -66,7 +66,7 @@ jobs: strategy: fail-fast: false matrix: - python: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] defaults: run: