From b7ef05e24bb32fe8cee807a3f2659915081bd215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A1ta=20Hodov=C3=A1n?= Date: Sat, 10 Jun 2023 19:15:11 +0200 Subject: [PATCH] Upgrade ANTLR to 4.13.0 (#34) --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 11ebf8f..724c7a0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ include_package_data = True python_requires = >=3.7 install_requires = antlerinator>=1!3.0.0 - antlr4-python3-runtime==4.12.0 + antlr4-python3-runtime==4.13.0 importlib-metadata; python_version < "3.8" inators picire==21.8 @@ -40,6 +40,6 @@ console_scripts = [build_antlr] commands = - antlerinator:4.12.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.0 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