This is an automated email from the ASF dual-hosted git repository. jmalkin pushed a commit to branch py13_wheels in repository https://gitbox.apache.org/repos/asf/datasketches-python.git
commit 7e228eb7e92f9dc5f759eb60f29d4ced22311cc8 Author: Jon <[email protected]> AuthorDate: Fri Dec 6 00:12:19 2024 -0800 Stop building wheels for EOLed 3.8, start on 3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99c0dcf..4c539dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "setuptools.build_meta" [tool.cibuildwheel] build-verbosity = 0 # options: 1, 2, or 3 -skip = ["cp36-*", "cp37-*", "pp*", "*-win32"] +skip = ["cp36-*", "cp37-*", "cp38-*", "pp*", "*-win32"] [tool.cibuildwheel.windows] archs = ["auto64"] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
