Skip to content

Commit

Permalink
chore: remove python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Mar 13, 2022
1 parent dd2ea35 commit 79e436b
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 @@ -30,7 +30,7 @@ all = true
exclude = "__init__.py"

[tool.cibuildwheel]
build = "cp39-* cp310-*"
build = "cp39-*"
test-requires = "pytest"
test-command = "pytest {project}/tests"
manylinux-x86_64-image = "manylinux2014"
Expand Down

0 comments on commit 79e436b

Please sign in to comment.