Skip to content

Commit

Permalink
Bump ANTLR dependency to 4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akosthekiss authored and renatahodovan committed Aug 26, 2024
1 parent 765b6cf commit b5f870f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ include_package_data = True
python_requires = >=3.8
install_requires =
antlerinator>=1!3.0.0
antlr4-python3-runtime==4.13.1
antlr4-python3-runtime==4.13.2
inators
picire==21.8
psutil < 5.9.6 # FIXME: requirement of picire; PyPy does not expose PyErr_SetExcFromWindowsErrWithFilenameObject on Windows, waiting for psutil workaround
Expand All @@ -40,6 +40,6 @@ console_scripts =

[build_antlr]
commands =
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
antlerinator:4.13.2 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 b5f870f

Please sign in to comment.