Skip to content

Commit

Permalink
cibw: skip out-of-support Python versions by default
Browse files Browse the repository at this point in the history
  • Loading branch information
supermihi committed Jan 24, 2024
1 parent 872133e commit b56a970
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ package-dir = { "" = "src" }
test-extras = ["tests"]
test-command = "pytest {project}/tests"
before-build = "python build_taglib.py --clean"
skip = "cp36-* cp37-*"

0 comments on commit b56a970

Please sign in to comment.