Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 6869:09d40d38272e
3.11.0-rc.1
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 01 Sep 2022 01:22:18 -0400 |
| parents | 5aee1b6ffb52 |
| children | b040642efae3 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Thu Sep 01 01:19:05 2022 -0400 +++ b/.github/workflows/ci-test.yml Thu Sep 01 01:22:18 2022 -0400 @@ -22,7 +22,7 @@ fail-fast: false matrix: # Run in all these versions of Python - python-version: [ "2.7", "3.10", "3.11" ] + python-version: [ "2.7", "3.10", "3.11.0-rc.1" ] #python-version: [ "2.7", "3.10", "3.9", "3.8", "3.6" ] # use for multiple os or ubuntu versions # os: [ubuntu-latest, macos-latest, windows-latest]
