We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7bf66 commit 85482e6Copy full SHA for 85482e6
.github/workflows/tests-ast.yml
@@ -13,9 +13,18 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- # Just using minimum and maximum to avoid exploding the matrix.
17
- python-version: ['3.7', '3.12']
18
- antlr-version: ['4.7', '4.13']
+ include:
+ # Build on the oldest and latest supported Pythons
+ # and on the oldest and latest ANTLR version supported
19
+ # by each of those Pythons:
20
+ - python-version: '3.9'
21
+ antlr-version: '4.7'
22
23
+ antlr-version: '4.13'
24
+ - python-version: '3.13'
25
+ antlr-version: '4.9'
26
27
28
defaults:
29
run:
30
working-directory: source/openpulse
0 commit comments