From 0559db9789c241eef775afdc6d5bee0c109c54de Mon Sep 17 00:00:00 2001 From: statmlben Date: Wed, 21 Aug 2024 11:26:25 +0800 Subject: [PATCH] update toml --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6a08f92..0d66bed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,10 @@ documentation = "https://rehline-python.readthedocs.io/en/latest/index.html" [tool.setuptools] py-modules = ["build"] +[tool.cibuildwheel] +# Only build on CPython 3.6 +build = "cp*" + [build-system] requires = ["requests ~= 2.27.0", "pybind11 ~= 2.11.1", "setuptools >= 69.0.3", "wheel >= 0.42.0"] build-backend = "setuptools.build_meta"