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:
@@ -6,8 +6,9 @@ import re
|
||||
import sys
|
||||
from collections.abc import Set
|
||||
from enum import Enum
|
||||
from typing import Final, Literal
|
||||
|
||||
from ._compat.typing import Final, Literal, assert_never
|
||||
from ._compat.typing import assert_never
|
||||
from .typing import PlatformName
|
||||
|
||||
PRETTY_NAMES: Final[dict[PlatformName, str]] = {
|
||||
|
||||
Reference in New Issue
Block a user