Skip to content

Commit bb8c7ae

Browse files
committed
Don't build py38
1 parent ad07be1 commit bb8c7ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ readme = {file = ["README.rst"]}
4444
test-groups = ["test"]
4545
test-command = "pytest {project}/tests"
4646
build-frontend = "build[uv]"
47-
build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*","cp314-*"]
47+
build = ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*","cp314-*"]
4848
# Skip 32-bit builds and musllinux wheels
4949
skip = ["*-win32", "*-manylinux_i686", "*-musllinux*"]

0 commit comments

Comments
 (0)