From da852eef8d4553e9e336436e4eea65c0e912ed31 Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Fri, 20 Dec 2024 14:42:45 +0900 Subject: [PATCH] chore: drop support for python 3.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6b8cb5..f8a3832 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ format.quote-style = "double" format.indent-style = "space" [tool.cibuildwheel] -skip = "pp* cp36-* cp37-* cp38-*" +skip = "pp* cp36-* cp37-* cp38-* cp39-*" archs = "auto" before-build = [ "pip install cython==3.0.10",