mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 10:06:47 +00:00
Drop Python 3.9 support as it reached EOL
This commit is contained in:
@@ -20,8 +20,8 @@ import ifcopenshell
|
||||
import ifcopenshell.guid
|
||||
import ifcopenshell.util.element
|
||||
import ifcopenshell.util.representation
|
||||
from typing import Any, Callable, Optional, Union, Literal, overload
|
||||
from collections.abc import Generator, Sequence
|
||||
from typing import Any, Optional, Union, Literal, overload
|
||||
from collections.abc import Callable, Generator, Sequence
|
||||
from collections import namedtuple
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user