Merge branch 'arm64' of https://github.com/zooba/cibuildwheel into arm64

This commit is contained in:
Steve Dower
2022-08-01 20:23:57 +01:00
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ def setup_rust_cross_compile(
else:
log.warning(
"Unable to configure Rust cross-compilation for architecture '%s'",
python_configuration.arch
python_configuration.arch,
)
+2
View File
@@ -1,3 +1,5 @@
from __future__ import annotations
import textwrap
import pytest