chore: drop python 3.7 for cibuildwheel driver

This drops python 3.7 for cibuildwheel.
Building python 3.6 / 3.7 packages is still supported.
This commit is contained in:
mayeut
2023-07-01 14:33:24 +02:00
parent af42be1f3b
commit 4b19db8454
24 changed files with 46 additions and 160 deletions
+1 -2
View File
@@ -14,9 +14,8 @@ from collections.abc import Mapping, Sequence
from dataclasses import dataclass
from pathlib import Path, PurePath, PurePosixPath
from types import TracebackType
from typing import IO, Dict
from typing import IO, Dict, Literal
from ._compat.typing import Literal
from .typing import PathOrStr, PopenBytes
from .util import CIProvider, detect_ci_provider, parse_key_value_string