Skip to content

Commit 79810f5

Browse files
committed
explicitly cap supported python version in pyproject.toml
1 parent 7a0a2e5 commit 79810f5

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
@@ -1,7 +1,7 @@
11
[project]
22
name = "cpp-linter-action"
33
version = "0.0.0+private_virtual"
4-
requires-python = ">=3.9"
4+
requires-python = ">=3.9,<3.14"
55
dependencies = []
66

77
[dependency-groups]

0 commit comments

Comments
 (0)