summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2024-04-30 10:42:47 +0100
committerErik Johnston <erik@matrix.org>2024-04-30 10:42:47 +0100
commit2f45986ce854aca41e488a2673927266426c11fe (patch)
tree4e8541f99df6821d901297ecdaeb75f0dee73af8
parentBuild ABI3 wheels in CI (diff)
downloadsynapse-2f45986ce854aca41e488a2673927266426c11fe.tar.xz
Fix typo
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml

index c3b9b2a384..d9a982cf55 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -406,7 +406,7 @@ environment= { PATH = "$PATH:$HOME/.cargo/bin" } # can end up polluting the next build with a .so that is for the wrong # Python version. before-build = "rm -rf {project}/build" -build-frontend = "build; args: --config-settings=--build-option=--py-limited-api=cp38" # Build ABI3 wheels for 3.8+ +build-frontend = "build; args: --config-setting=--build-option=--py-limited-api=cp38" # Build ABI3 wheels for 3.8+ test-command = "python -c 'from synapse.synapse_rust import sum_as_string; print(sum_as_string(1, 2))'"