Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlib committed Dec 15, 2023
1 parent 138649c commit d51027b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_bind/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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*"]

0 comments on commit d51027b

Please sign in to comment.