bcf: bump required Python version to 3.10

3.9 is EOL
This commit is contained in:
Andrej730
2026-08-10 15:53:32 +05:00
parent 7b9615f4e5
commit 321760cea4
+1 -1
View File
@@ -10,7 +10,7 @@ name = "bcf-client"
# author = "IfcOpenShell"
description = "BCF-XML file handler."
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.10"
keywords = ["IFC", "BCF", "BIM"]
dependencies = [
"xsdata>=24.4",