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:
mayeut
2022-07-19 07:47:20 +02:00
parent afb4329fe3
commit bc17f103f1
15 changed files with 34 additions and 64 deletions
+1 -1
View File
@@ -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