mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Drop Python 3.9 support as it reached EOL
This commit is contained in:
@@ -27,7 +27,8 @@ import ifcopenshell.util.element
|
||||
import ifcopenshell.util.geolocation
|
||||
import ifcopenshell.util.placement
|
||||
import ifcopenshell.util.unit
|
||||
from typing import Optional, Any, Union, Literal, get_args, Callable
|
||||
from typing import Optional, Any, Union, Literal, get_args
|
||||
from collections.abc import Callable
|
||||
from functools import partial
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user