From ac5097fb9651a81ba0d2cb3b9b822d95ceaba28c Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Tue, 14 May 2024 13:22:33 +0200
Subject: [PATCH] [py] Update pyproject.toml, build wheels for Python 3.9 -
 3.12.

---
 pyproject.toml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 280586d883c..22c897a893e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ description = "OpenGeoSys Python wheel"
 readme = "README.md"
 license = { file = "LICENSE.txt" }
 authors = [{ email = "info@opengeosys.org" }, { name = "OpenGeoSys Community" }]
-requires-python = ">=3.8"
+requires-python = ">=3.9"
 
 [project.urls]
 homepage = "https://opengeosys.org"
@@ -52,11 +52,8 @@ norecursedirs = ["Tests/Data"]
 
 [tool.cibuildwheel]
 archs = "auto64"
-build = ["cp3{8,9,10,11}-*"]
-skip = [
-  "*musllinux*",
-  "cp38-macosx_x86_64",
-] # otherwise error: 'is not a supported wheel on this platform'archs = "auto64"
+build = ["cp3{9,10,11,12}-*"]
+skip = ["*musllinux*"]
 test-extras = "test"
 test-command = "pytest {project}/Tests/Python"
 build-verbosity = "1"
-- 
GitLab