We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad07be1 commit bb8c7aeCopy full SHA for bb8c7ae
1 file changed
pyproject.toml
@@ -44,6 +44,6 @@ readme = {file = ["README.rst"]}
44
test-groups = ["test"]
45
test-command = "pytest {project}/tests"
46
build-frontend = "build[uv]"
47
-build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*","cp314-*"]
+build = ["cp39-*", "cp310-*", "cp311-*", "cp312-*", "cp313-*","cp314-*"]
48
# Skip 32-bit builds and musllinux wheels
49
skip = ["*-win32", "*-manylinux_i686", "*-musllinux*"]
0 commit comments