Skip to content

Commit f2a41f8

Browse files
authored
Latest release of uv broke Python <3.10, so use 3.10
1 parent f472d50 commit f2a41f8

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
@@ -92,7 +92,7 @@ testpaths = ["tests"]
9292

9393
[tool.cibuildwheel]
9494
archs = ["auto64", "auto32"]
95-
build = "cp39-*"
95+
build = "cp310-*"
9696
test-groups = ["test"]
9797
test-command = "pytest {project}/tests"
9898
build-verbosity = 1

0 commit comments

Comments
 (0)