Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 7510:8ae4b6498345
Disable python 2.7 tests on github.
The python environment test authors have dropped support for it.
Travis will have to be used to test 2.7 support.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 25 Jun 2023 17:05:00 -0400 |
| parents | 46248c3ca7af |
| children | 550499bb6ced |
comparison
equal
deleted
inserted
replaced
| 7509:46248c3ca7af | 7510:8ae4b6498345 |
|---|---|
| 46 fail-fast: false | 46 fail-fast: false |
| 47 max-parallel: 4 | 47 max-parallel: 4 |
| 48 matrix: | 48 matrix: |
| 49 # Run in all these versions of Python | 49 # Run in all these versions of Python |
| 50 python-version: | 50 python-version: |
| 51 - "2.7" | 51 # - "2.7" |
| 52 - "3.10" | 52 - "3.10" |
| 53 # - "3.9" | 53 # - "3.9" |
| 54 - "3.8" | 54 - "3.8" |
| 55 # - "3.7" | 55 # - "3.7" |
| 56 - "3.11" | 56 - "3.11" |
