There was an error while loading. Please reload this page.
1 parent 9c25d16 commit c06c621Copy full SHA for c06c621
1 file changed
.github/workflows/unit_tests.yml
@@ -21,18 +21,22 @@ jobs:
21
strategy:
22
fail-fast: false
23
matrix:
24
- os: [ubuntu-latest]
25
# Run the code-generation Python version first, as Travis CI did.
26
include:
27
- - python-version: '3.12'
+ - os: ubuntu-latest
+ python-version: '3.12'
28
tox-version: '312'
29
- - python-version: '3.10'
30
+ python-version: '3.10'
31
tox-version: '310'
- - python-version: '3.11'
32
33
+ python-version: '3.11'
34
tox-version: '311'
- - python-version: '3.13'
35
36
+ python-version: '3.13'
37
tox-version: '313'
- - python-version: '3.14'
38
39
+ python-version: '3.14'
40
tox-version: '314'
41
steps:
42
- name: Check out repo
0 commit comments