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
+2 -2
View File
@@ -12,11 +12,11 @@ import typing
from collections.abc import Sequence, Set
from dataclasses import dataclass
from pathlib import Path
from typing import Tuple
from typing import Literal, Tuple
from filelock import FileLock
from ._compat.typing import Literal, assert_never
from ._compat.typing import assert_never
from .architecture import Architecture
from .environment import ParsedEnvironment
from .logger import log