Bump python bindings maximum python version

Python 3.14 is now a thing and the build seems ok
This commit is contained in:
Bruno Postle
2025-11-08 17:38:56 +00:00
parent a2dbdbf8cc
commit 83e0fa1287
+1 -1
View File
@@ -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+)",