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:
@@ -55,11 +55,7 @@ from collections import namedtuple
|
||||
from typing import Union, Any, Optional, TYPE_CHECKING
|
||||
from collections.abc import Iterator
|
||||
from logging import Logger, Handler
|
||||
|
||||
if sys.version_info >= (3, 10):
|
||||
from types import EllipsisType
|
||||
else:
|
||||
EllipsisType = type(...)
|
||||
from types import EllipsisType
|
||||
|
||||
import ifcopenshell
|
||||
import ifcopenshell.ifcopenshell_wrapper
|
||||
|
||||
Reference in New Issue
Block a user