Skip to content

Commit e3dd8e2

Browse files
committed
fixup! move more of cibuildwheel config to pyproject.toml
1 parent d532b55 commit e3dd8e2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,6 @@ test-command = [
123123
'''python -c "import cftime; print(f'cftime v{cftime.__version__}')"''',
124124
"python -m pytest -vv {package}/test"
125125
]
126-
environment = {CFTIME_LIMITED_API="1"}
126+
manylinux-x86_64-image = "manylinux2014"
127+
manylinux-aarch64-image = "manylinux2014"
128+
environment = { CFTIME_LIMITED_API = "1" }

0 commit comments

Comments
 (0)