tests: Update test coverage to Python 3.9
The Travis Linux distribution must be upgraded because the Trusty (Ubuntu 14.04) image does not have Python 3.9. Xenial (Ubuntu 16.04) is the earliest version that offers Python 3.9. I have not chosen a later release, in order to aid restoration of Python 2.4 - 2.6 tests.pull/775/head
parent
4b39013ef4
commit
1e72ebaf8b
@ -1,4 +1,4 @@
|
||||
paramiko==2.3.2 # Last 2.6-compat version.
|
||||
hdrhistogram==0.6.1
|
||||
PyYAML==3.11; python_version < '2.7'
|
||||
PyYAML==3.13; python_version >= '2.7'
|
||||
PyYAML==5.3.1; python_version >= '2.7' # Latest release (Jan 2021)
|
||||
|
Loading…
Reference in New Issue