Update python version requirement
This commit is contained in:
parent
02d3980eb3
commit
683fe53eb8
2
setup.py
2
setup.py
@ -51,7 +51,7 @@ setup(
|
|||||||
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
||||||
"Topic :: Scientific/Engineering :: Mathematics",
|
"Topic :: Scientific/Engineering :: Mathematics",
|
||||||
],
|
],
|
||||||
install_requires=["tree-sitter"],
|
install_requires=["tree-sitter>= 0.19"],
|
||||||
entry_points="""
|
entry_points="""
|
||||||
[pygments.lexers]
|
[pygments.lexers]
|
||||||
minizinclexer = tree_sitter_minizinc:MiniZincLexer
|
minizinclexer = tree_sitter_minizinc:MiniZincLexer
|
||||||
|
Reference in New Issue
Block a user