From d0e68b2ef81310f003836fb0f58046404f0613bb Mon Sep 17 00:00:00 2001 From: ifilot Date: Fri, 8 Dec 2023 20:33:57 +0100 Subject: [PATCH] Abandoning Python 3.6 for lack of type hinting in np routines --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa445ac..4dfb8ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,4 +12,4 @@ test-requires = "pytest" test-command = "pytest {project}/tests" # skip PyPy wheels and 32 bit builds -skip = ["pp*", "*-win32", "*-manylinux_i686", "cp*-musllinux_*"] +skip = ["pp*", "*-win32", "*-manylinux_i686", "cp*-musllinux_*", "cp36-*"]