Mercurial > p > roundup > code
comparison .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 |
comparison
equal
deleted
inserted
replaced
| 6868:5aee1b6ffb52 | 6869:09d40d38272e |
|---|---|
| 20 | 20 |
| 21 strategy: | 21 strategy: |
| 22 fail-fast: false | 22 fail-fast: false |
| 23 matrix: | 23 matrix: |
| 24 # Run in all these versions of Python | 24 # Run in all these versions of Python |
| 25 python-version: [ "2.7", "3.10", "3.11" ] | 25 python-version: [ "2.7", "3.10", "3.11.0-rc.1" ] |
| 26 #python-version: [ "2.7", "3.10", "3.9", "3.8", "3.6" ] | 26 #python-version: [ "2.7", "3.10", "3.9", "3.8", "3.6" ] |
| 27 # use for multiple os or ubuntu versions | 27 # use for multiple os or ubuntu versions |
| 28 # os: [ubuntu-latest, macos-latest, windows-latest] | 28 # os: [ubuntu-latest, macos-latest, windows-latest] |
| 29 | 29 |
| 30 env: | 30 env: |
