We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7969f7c commit 1e3f3fdCopy full SHA for 1e3f3fd
1 file changed
unit_test/main_tests/main_platform_test.py
@@ -199,6 +199,7 @@ def test_archs_platform_all(platform, intercepted_build_args, monkeypatch):
199
(
200
("cp311-manylinux_x86_64", "linux"),
201
("cp310-win_amd64", "windows"),
202
+ ("cp310-win32", "windows"),
203
("cp311-macosx_x86_64", "macos"),
204
),
205
)
0 commit comments