Skip to content

Commit 6f1162c

Browse files
committed
reverted setup.py
1 parent b80db64 commit 6f1162c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
# pythonarm64 NuGet's has no download for latest Python ~=3.9.11
26-
python-version: ["3.8", "3.9.10", "3.10", "3.11", "3.12", "3.13"]
25+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2726
# CPython has no ARM distribution until 3.11
2827
python-architecture: [x64, x86, arm64]
2928
include:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
1414
For a debug (_d) version, you need a local debug build of Python, but must use
1515
the release version executable for the build. eg:
16-
pip install . -v --config-setting=--build-option=build --config-setting=--build-option=--debug
16+
pip install . -v --config-setting=--build-option="build --debug"
1717
1818
Cross-compilation from x86 to ARM is well supported (assuming installed vs tools etc) - eg:
19-
python -m build --wheel --config-setting=--build-option=build_ext --config-setting=--build-option=--plat-name=win-arm64 --config-setting=--build-option=build --config-setting=--build-option=--plat-name=win-arm64 --config-setting=--build-option=bdist_wheel --config-setting=--build-option=--plat-name=win-arm64
19+
python -m build --wheel --config-setting=--build-option="build_ext --plat-name=win-arm64 build --plat-name=win-arm64 bdist_wheel --plat-name=win-arm64"
2020
2121
Some modules require special SDKs or toolkits to build (eg, mapi/exchange),
2222
which often aren't available in CI. The build process treats them as optional -

0 commit comments

Comments
 (0)