Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 7616:a8ab9c56924a
test: issue2551284 re-enable 3.12 testing
See if the new rc 3.12 version is in place and works now.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 06 Sep 2023 13:54:48 -0400 |
| parents | 4689795494dc |
| children | 926ea14c3450 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sun Sep 03 14:03:48 2023 -0400 +++ b/.github/workflows/ci-test.yml Wed Sep 06 13:54:48 2023 -0400 @@ -61,9 +61,9 @@ include: # example: if 3.12 fails the jobs still succeeds - #- python-version: 3.12 - # os: ubuntu-22.04 - # experimental: true + - python-version: 3.12 + os: ubuntu-22.04 + experimental: true # 3.6 not available on new 22.04 runners, so run on 20.04 ubuntu - python-version: 3.6
