Skip to content

Commit 8879225

Browse files
committed
Update CI Python and ANTLR versions to match those used by the openqasm3 package CI.
1 parent 65d7e8d commit 8879225

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests-ast.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
# Just using minimum and maximum to avoid exploding the matrix.
17-
python-version: ['3.7', '3.10']
18-
antlr-version: ['4.7', '4.11']
17+
python-version: ['3.7', '3.12']
18+
antlr-version: ['4.7', '4.13']
1919
defaults:
2020
run:
2121
working-directory: source/openpulse

0 commit comments

Comments
 (0)