Skip to content
Snippets Groups Projects

Add pre commit improve tox setup

Merged Corné Lukken requested to merge add-pre-commit-improve-tox-setup-2 into main
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
@@ -35,6 +35,14 @@ write_to = "src/{{cookiecutter.project_slug}}/_version.py"
[tool.cibuildwheel]
skip = "pp*"
build-verbosity = 1
manylinux-x86_64-image = "manylinux2014"
manylinux-i686-image = "manylinux2014"
# Before Python 3.10, manylinux2010 is the most compatible
[[tool.cibuildwheel.overrides]]
select = "cp3?-*"
manylinux-x86_64-image = "manylinux2010"
manylinux-i686-image = "manylinux2010"
[tool.cibuildwheel.macos]
archs = ["x86_64", "universal2", "arm64"]
Loading