Mercurial > p > roundup > code
changeset 7105:5a89ac57ff46
try again on 3.12; commented out setup for running older releases on 20.04.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 06 Dec 2022 12:44:11 -0500 |
| parents | 7a51b3c55693 |
| children | 64e1058051f3 |
| files | .github/workflows/ci-test.yml |
| diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Mon Dec 05 00:14:17 2022 -0500 +++ b/.github/workflows/ci-test.yml Tue Dec 06 12:44:11 2022 -0500 @@ -56,7 +56,7 @@ include: # example: if 3.12 fails the jobs still succeeds - - python-version: 3.12 + - python-version: 3.12.0-alpha os: ubuntu-22.04 experimental: [true] # version 2.7 not available on unbuntu-22.04 github @@ -66,6 +66,11 @@ - python-version: 3.11-dev os: ubuntu-22.04 experimental: [true] + # Fail the run if these fail + #- python-version: 3.6 + # os: ubuntu-20.04 + #- python-version: 2.7 + # os: ubuntu-20.04 exclude: # skip all python versions on 22.04 except explicitly included
