Skip to content

Commit 4e8b38e

Browse files
Bump minimal flit version everywhere
Basic support for PEP 639 requires flit 3.11.
1 parent 56223f6 commit 4e8b38e

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
@@ -137,5 +137,5 @@ package = "skip"
137137
commands = [["pre-commit", "run", "-a"]]
138138

139139
[tool.tox.env.pkg]
140-
deps = ["build", "flit >= 3.8"]
140+
deps = ["build", "flit >= 3.11"]
141141
commands = [["pytest", "tests/test_sdist.py", { replace = "posargs", extend = true }]]

0 commit comments

Comments
 (0)