Skip to content

Commit

Permalink
Bump minimum required Python version
Browse files Browse the repository at this point in the history
In addition to tree-sitter-zeek requiring >=python-3.9[^1], python-3.8
reached EOL 2024-10-07 and is unsupported.

[^1]: zeek/tree-sitter-zeek#39
  • Loading branch information
bbannier committed Nov 22, 2024
1 parent 646c030 commit 90860f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ keywords = [
"parsing",
]

requires-python = ">=3.9"
requires-python = ">= 3.9"

dependencies = [
"tree-sitter==0.23.2",
Expand Down

0 comments on commit 90860f4

Please sign in to comment.