From d51027b6c5d0b9f5c8bea5d527c0f2b422921603 Mon Sep 17 00:00:00 2001 From: Alex Liberzon Date: Sat, 16 Dec 2023 00:11:51 +0200 Subject: [PATCH] Update pyproject.toml --- py_bind/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py_bind/pyproject.toml b/py_bind/pyproject.toml index 9378878..4673ba1 100644 --- a/py_bind/pyproject.toml +++ b/py_bind/pyproject.toml @@ -12,4 +12,4 @@ requires = [ before-build = "pip install numpy cython==0.29.36 && cd py_bind && python setup.py prepare" test-requires = ["nose","six"] test-command = "cd {project}/py_bind/test && nosetests" -skip = ["cp311-*","pp*"] +skip = ["cp311-*","cp312-*","pp*"]