Skip to content

Commit

Permalink
chore: drop support for python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
PyYoshi committed Dec 20, 2024
1 parent 0ffbfcf commit da852ee
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 @@ -49,7 +49,7 @@ format.quote-style = "double"
format.indent-style = "space"

[tool.cibuildwheel]
skip = "pp* cp36-* cp37-* cp38-*"
skip = "pp* cp36-* cp37-* cp38-* cp39-*"
archs = "auto"
before-build = [
"pip install cython==3.0.10",
Expand Down

0 comments on commit da852ee

Please sign in to comment.