1
0

Update python version requirement

This commit is contained in:
Jip J. Dekker 2021-03-12 14:38:55 +11:00
parent 02d3980eb3
commit 683fe53eb8
No known key found for this signature in database
GPG Key ID: 517DF4A00618C9C3

View File

@ -51,7 +51,7 @@ setup(
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Mathematics",
],
install_requires=["tree-sitter"],
install_requires=["tree-sitter>= 0.19"],
entry_points="""
[pygments.lexers]
minizinclexer = tree_sitter_minizinc:MiniZincLexer