From 83e0fa128799468c92ec8a216aa6380516a8c1ba Mon Sep 17 00:00:00 2001 From: Bruno Postle Date: Sat, 8 Nov 2025 17:38:56 +0000 Subject: [PATCH] Bump python bindings maximum python version Python 3.14 is now a thing and the build seems ok --- 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 652b1fcdab..08f8c433fc 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.9,<3.14" +requires-python = ">=3.9,<3.15" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",