Skip to content

Commit c012ab4

Browse files
committed
Fix python version in pyproject.toml
Signed-off-by: Nick Diego Yamane <[email protected]>
1 parent 940cc89 commit c012ab4

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
@@ -12,7 +12,7 @@ dynamic = ["version"] # determined dynamically from git refs. See tools.setuptoo
1212
description = "Tool for generating Clang JSON Compilation Database files for make-based build systems."
1313
license = {text = "GPL-3.0-or-later"}
1414
authors = [{name = "Nick Yamane", email = "[email protected]"}]
15-
requires-python = ">=2.7"
15+
requires-python = ">=3.3"
1616
dependencies = [
1717
"click",
1818
"bashlex",

0 commit comments

Comments
 (0)