Bump max python requirement to 3.15

The python bindings seem ok with python 3.15, which is near release.
This commit is contained in:
Bruno Postle
2026-08-28 18:10:31 +01:00
parent 90d6d5f51a
commit ff5e3b57cb
+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.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+)",