From 321760cea445e7a1db72bf47dff719eb9a457dde Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 10 Aug 2026 15:53:32 +0500 Subject: [PATCH] bcf: bump required Python version to 3.10 3.9 is EOL --- src/bcf/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bcf/pyproject.toml b/src/bcf/pyproject.toml index 2b3d0fca10..958bd8abe1 100644 --- a/src/bcf/pyproject.toml +++ b/src/bcf/pyproject.toml @@ -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",