diff --git a/pyproject.toml b/pyproject.toml index e61b4082..c32bcbab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -153,7 +153,6 @@ test-extras = ["matnormal", "dev"] test-command = "python -m pytest {project}/tests" archs = ["auto64"] skip = [ - "pp*", "cp313*", "cp314*", # Tensorflow wheels are not available for Python 3.13 and 3.14 "*musllinux*", # Tensorflow wheels are not available for musllinux ]