ifcopenshell-python - support python 3.13

This commit is contained in:
Andrej730
2025-07-22 16:26:01 +05:00
parent 64d3951d5e
commit d6a3900f3e
2 changed files with 8 additions and 1 deletions
+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.13"
requires-python = ">=3.9,<3.14"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",