Skip to content

Commit

Permalink
Try to fix archs commands
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jun 24, 2024
1 parent 1bd9ae0 commit 9fb243b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ skip = "cp36* cp37* cp38*"
test-skip = ""
free-threaded-support = false

archs_linux = ["x86_64"]
archs_macos = ["x86_64"]
archs_windows = ["AMD64"]
archs-linux = ["x86_64"]
archs-macos = ["x86_64"]
archs-windows = ["AMD64"]

build-frontend = "default"
config-settings = {}
Expand Down

0 comments on commit 9fb243b

Please sign in to comment.