Mercurial > p > roundup > code
diff .travis.yml @ 6633:80e6934b24e6
Revert updates to python test versions.
opened issue with travis about the out of date python versions.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 16 Apr 2022 17:28:57 -0400 |
| parents | e7143e4f6753 |
| children | 56c21a20d313 |
line wrap: on
line diff
--- a/.travis.yml Sat Apr 16 17:04:20 2022 -0400 +++ b/.travis.yml Sat Apr 16 17:28:57 2022 -0400 @@ -22,12 +22,11 @@ # - pypy3 python: - 2.7 - - 3.10.4 + - 3.10.0 - 3.9 - 3.8 - 3.6 - nightly - - 3.11 services: - mysql @@ -36,7 +35,6 @@ jobs: allow_failures: # nightly not ready for prime time yet. - python: nightly - - python: 3.11 - python: pypy3 addons:
