Skip to content

Commit

Permalink
skip tests in python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshtr committed Aug 9, 2024
1 parent e60bb76 commit 4f7b9ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
build = "*"
skip = "pp*"
skip = ["cp36-*","pp*"]
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,5 @@ def build_extension(self, ext: CMakeExtension) -> None:
cmdclass={"build_ext": CMakeBuild},
package_dir={"": "python"},
zip_safe=False,
python_requires='>3.8.0',
)

0 comments on commit 4f7b9ea

Please sign in to comment.