Commit 8ef8224 1 parent e6488a9 commit 8ef8224 Copy full SHA for 8ef8224
File tree 3 files changed +2
-7
lines changed
3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 34
34
- py311
35
35
- py312
36
36
- py313
37
- # - antlr49
38
37
- antlr410
39
38
- antlr411
40
39
- antlr412
68
67
- py311
69
68
- py312
70
69
- py313
71
- # - antlr49
72
70
- antlr410
73
71
- antlr411
74
72
- antlr412
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ integration-test = "pytest --backend=mssql tests/integration"
11
11
python = " >=3.9"
12
12
sqlalchemy = " >=1.4, <3"
13
13
pyodbc = " >=4.0.30"
14
- antlr4-python3-runtime = " >=4.9 ,<4.14"
14
+ antlr4-python3-runtime = " >=4.10 ,<4.14"
15
15
click = " *"
16
16
openjdk = " *"
17
17
@@ -55,8 +55,6 @@ python = "3.12.*"
55
55
[feature .py313 .dependencies ]
56
56
python = " 3.13.*"
57
57
58
- [feature .antlr49 .dependencies ]
59
- antlr4-python3-runtime = " 4.9.*"
60
58
[feature .antlr410 .dependencies ]
61
59
antlr4-python3-runtime = " 4.10.*"
62
60
[feature .antlr411 .dependencies ]
@@ -78,7 +76,6 @@ py310 = ["py310", "test"]
78
76
py311 = [" py311" , " test" ]
79
77
py312 = [" py312" , " test" ]
80
78
py313 = [" py313" , " test" ]
81
- antlr49 = [" antlr49" , " test" ]
82
79
antlr410 = [" antlr410" , " test" ]
83
80
antlr411 = [" antlr411" , " test" ]
84
81
antlr412 = [" antlr412" , " test" ]
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ requires-python = ">=3.9"
37
37
38
38
dependencies = [
39
39
" sqlalchemy >=1.4,<3" ,
40
- " antlr4-python3-runtime >=4.9 ,<4.14" ,
40
+ " antlr4-python3-runtime >=4.10 ,<4.14" ,
41
41
" pyodbc >=4.0.30" ,
42
42
" click" ,
43
43
]
You can’t perform that action at this time.
0 commit comments