We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4396224 commit 2b53a58Copy full SHA for 2b53a58
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
arch: "ARM64"
73
- os: windows-2022
74
arch: "x86"
75
- - os: macos-13
+ - os: macos-14
76
arch: "universal2"
77
78
steps:
pyproject.toml
@@ -91,7 +91,6 @@ build-frontend = "build[uv]"
91
build-verbosity = 1
92
test-groups = "test"
93
test-command = "pytest {project}/tests"
94
-test-skip = ["*-macosx_universal2:arm64"]
95
environment = { NINJA_PYTHON_DIST_ALLOW_NINJA_DEP = "1" }
96
environment-pass = ["SETUPTOOLS_SCM_PRETEND_VERSION"]
97
manylinux-x86_64-image = "manylinux2014"
0 commit comments