Skip to content

Commit 7d0c751

Browse files
authored
bump python version to 3.11 and antlr to 4.13.1
1 parent f771013 commit 7d0c751

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pytest.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212

13-
- name: Set up Python 3.9
13+
- name: Set up Python 3.11
1414
uses: actions/setup-python@v2
1515
with:
16-
python-version: 3.9
16+
python-version: 3.11
1717

1818
- name: Install prerequisites
1919
run: |
@@ -23,7 +23,7 @@ jobs:
2323
2424
- name: Build queryparser
2525
run: |
26-
wget http://www.antlr.org/download/antlr-4.11.1-complete.jar
26+
wget http://www.antlr.org/download/antlr-4.13.1-complete.jar
2727
make
2828
pip install -r requirements.txt -I -e .
2929
pip install pytest-cov

0 commit comments

Comments
 (0)