Skip to content

Commit b43e29e

Browse files
committed
drop support for EoL python versions (3.7 & 3.8)
1 parent 3cc8221 commit b43e29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py-binding/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Run clang-format and clang-tidy on a batch of files."
88
readme = "README.md"
99
keywords = ["clang", "clang-tools", "linter", "clang-tidy", "clang-format"]
1010
license = {text = "MIT License"}
11-
requires-python = ">=3.7"
11+
requires-python = ">=3.9"
1212
authors = [
1313
{ name = "Brendan Doherty", email = "[email protected]" },
1414
{ name = "Peter Shen", email = "[email protected]" },

0 commit comments

Comments
 (0)