chore: drop python 3.6 for cibuildwheel driver
This drops python 3.6 for cibuildwheel. Building python 3.6 packages is still supported.
This commit is contained in:
@@ -17,7 +17,7 @@ ALL_MACOS_WHEELS = {
|
||||
def get_xcode_version() -> Tuple[int, int]:
|
||||
output = subprocess.run(
|
||||
["xcodebuild", "-version"],
|
||||
universal_newlines=True,
|
||||
text=True,
|
||||
check=True,
|
||||
stdout=subprocess.PIPE,
|
||||
).stdout
|
||||
|
||||
Reference in New Issue
Block a user