Skip to content

Commit

Permalink
Bump ANTLR dependency to 4.13.1 (#40)
Browse files Browse the repository at this point in the history
Also document that ANTLR requires Java 11 at least.
  • Loading branch information
akosthekiss committed Nov 4, 2023
1 parent a1003d4 commit dfd15fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Requirements
============

* Python_ >= 3.7
* Java_ SE >= 7 JRE or JDK (the latter is optional, only needed if Java is used
* Java_ SE >= 11 JRE or JDK (the latter is optional, only needed if Java is used
as the parser language)

.. _Python: https://www.python.org
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ include_package_data = True
python_requires = >=3.7
install_requires =
antlerinator>=1!3.0.0
antlr4-python3-runtime==4.13.0
antlr4-python3-runtime==4.13.1
importlib-metadata; python_version < "3.8"
inators
picire==21.8
Expand All @@ -42,6 +42,6 @@ console_scripts =

[build_antlr]
commands =
antlerinator:4.13.0 picireny/antlr4/resources/ANTLRv4Lexer.g4 picireny/antlr4/resources/ANTLRv4Parser.g4 -Dlanguage=Python3 -o picireny/antlr4/parser -Xexact-output-dir -no-listener
antlerinator:4.13.1 picireny/antlr4/resources/ANTLRv4Lexer.g4 picireny/antlr4/resources/ANTLRv4Parser.g4 -Dlanguage=Python3 -o picireny/antlr4/parser -Xexact-output-dir -no-listener
output =
picireny/antlr4/parser/ANTLRv4*.py

0 comments on commit dfd15fe

Please sign in to comment.