Skip to content

Commit 972f659

Browse files
committed
ci: added cp311
1 parent 76f9697 commit 972f659

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
@@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"
1111
[tool.cibuildwheel]
1212
test-command = "pytest {project}/tests"
1313
test-skip = ["*universal2:arm64"]
14-
build = ["cp39-*", "cp310-*"]
14+
build = ["cp39-*", "cp310-*", "cp311-*"]
1515
build-verbosity = 1
1616
test-requires = ["pytest, numpy"]
1717

0 commit comments

Comments
 (0)