Drop Python 3.9 support as it reached EOL

This commit is contained in:
Andrej730
2025-12-19 18:01:05 +05:00
parent eba4405310
commit 4db9d60a97
13 changed files with 21 additions and 32 deletions
@@ -43,7 +43,8 @@ import numpy
import inspect
import importlib
import ifcopenshell
from typing import Callable, Any, Optional, TYPE_CHECKING
from collections.abc import Callable
from typing import Any, Optional, TYPE_CHECKING
from functools import partial
if TYPE_CHECKING: