Skip to content

Commit 8ef8224

Browse files
committed
Remove dead code.
1 parent e6488a9 commit 8ef8224

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/workflows/ci.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
- py311
3535
- py312
3636
- py313
37-
# - antlr49
3837
- antlr410
3938
- antlr411
4039
- antlr412
@@ -68,7 +67,6 @@ jobs:
6867
- py311
6968
- py312
7069
- py313
71-
# - antlr49
7270
- antlr410
7371
- antlr411
7472
- antlr412

pixi.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ integration-test = "pytest --backend=mssql tests/integration"
1111
python = ">=3.9"
1212
sqlalchemy = ">=1.4, <3"
1313
pyodbc = ">=4.0.30"
14-
antlr4-python3-runtime = ">=4.9,<4.14"
14+
antlr4-python3-runtime = ">=4.10,<4.14"
1515
click = "*"
1616
openjdk = "*"
1717

@@ -55,8 +55,6 @@ python = "3.12.*"
5555
[feature.py313.dependencies]
5656
python = "3.13.*"
5757

58-
[feature.antlr49.dependencies]
59-
antlr4-python3-runtime = "4.9.*"
6058
[feature.antlr410.dependencies]
6159
antlr4-python3-runtime = "4.10.*"
6260
[feature.antlr411.dependencies]
@@ -78,7 +76,6 @@ py310 = ["py310", "test"]
7876
py311 = ["py311", "test"]
7977
py312 = ["py312", "test"]
8078
py313 = ["py313", "test"]
81-
antlr49 = ["antlr49", "test"]
8279
antlr410 = ["antlr410", "test"]
8380
antlr411 = ["antlr411", "test"]
8481
antlr412 = ["antlr412", "test"]

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ requires-python = ">=3.9"
3737

3838
dependencies = [
3939
"sqlalchemy >=1.4,<3",
40-
"antlr4-python3-runtime >=4.9,<4.14",
40+
"antlr4-python3-runtime >=4.10,<4.14",
4141
"pyodbc >=4.0.30",
4242
"click",
4343
]

0 commit comments

Comments
 (0)