From ff5e3b57cbdbffd96b20ae01656752b43c5354f8 Mon Sep 17 00:00:00 2001 From: Bruno Postle Date: Fri, 28 Aug 2026 18:10:31 +0100 Subject: [PATCH] Bump max python requirement to 3.15 The python bindings seem ok with python 3.15, which is near release. --- src/ifcopenshell-python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/pyproject.toml b/src/ifcopenshell-python/pyproject.toml index 752d4ad48d..6ff6cec421 100644 --- a/src/ifcopenshell-python/pyproject.toml +++ b/src/ifcopenshell-python/pyproject.toml @@ -10,7 +10,7 @@ authors = [ ] description = "Python bindings, utility functions, and high-level API for IfcOpenShell" readme = "README.md" -requires-python = ">=3.10,<3.15" +requires-python = ">=3.10,<3.16" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",