Skip to content

Commit 89288ef

Browse files
chore: Bump cpp-linter to v1.12.1 (#420)
Also drops support for python 3.9 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: shenxianpeng <3353385+shenxianpeng@users.noreply.github.com>
1 parent 7ba5d69 commit 89288ef

File tree

2 files changed

+13
-178
lines changed

2 files changed

+13
-178
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "cpp-linter-action"
33
version = "0.0.0+private_virtual"
4-
requires-python = ">=3.9"
4+
requires-python = ">=3.10"
55
dependencies = []
66

77
[dependency-groups]
88
action = [
99
"clang-tools==0.17.0",
10-
"cpp-linter==1.12.0",
10+
"cpp-linter==1.12.1",
1111
]
1212
dev = [
1313
"mypy>=1.17.1",

0 commit comments

Comments
 (0)