Skip to content

Commit f3c7fb8

Browse files
committed
Don't built against python 3.9
1 parent 6fcd3d8 commit f3c7fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta"
1212

1313
[tool.cibuildwheel]
1414
build = "*"
15-
skip = "pp* cp36* cp37* cp38*"
15+
skip = "pp* cp36* cp37* cp38* cp39*"
1616
test-skip = ""
1717
free-threaded-support = false
1818

0 commit comments

Comments
 (0)