fix: restore Python 3.7 support

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2023-04-18 22:02:47 -04:00
parent e42f243b52
commit d996af554a
18 changed files with 41 additions and 28 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ from typing import IO, Dict
from cibuildwheel.util import CIProvider, detect_ci_provider
from .typing import Literal, PathOrStr, PopenBytes
from ._compat.typing import Literal, PathOrStr, PopenBytes
ContainerEngine = Literal["docker", "podman"]