Skip to content

Commit

Permalink
skip 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Jul 11, 2024
1 parent 1c5acd6 commit bf5cfe6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,15 @@ build = [
"cp312-*",
"cp313-*",
]
skip = ["cp27-*", "pp*", "*-win32", "*-musllinux*", "*_i686", "*_universal2"]
skip = [
"cp27-*",
"cp36*",
"pp*",
"*-win32",
"*-musllinux*",
"*_i686",
"*_universal2",
]
build-frontend = "build"
build-verbosity = 1
test-command = "pytest {project}/tests/test_import.py"
Expand Down

0 comments on commit bf5cfe6

Please sign in to comment.