Skip to content

Commit

Permalink
Abandoning Python 3.6 for lack of type hinting in np routines
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Dec 8, 2023
1 parent 29de85c commit d0e68b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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-*"]

0 comments on commit d0e68b2

Please sign in to comment.