Skip to content

Commit 9fb243b

Browse files
committed
Try to fix archs commands
1 parent 1bd9ae0 commit 9fb243b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ skip = "cp36* cp37* cp38*"
1212
test-skip = ""
1313
free-threaded-support = false
1414

15-
archs_linux = ["x86_64"]
16-
archs_macos = ["x86_64"]
17-
archs_windows = ["AMD64"]
15+
archs-linux = ["x86_64"]
16+
archs-macos = ["x86_64"]
17+
archs-windows = ["AMD64"]
1818

1919
build-frontend = "default"
2020
config-settings = {}

0 commit comments

Comments
 (0)