This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 428a79072733b8a2a4451d01b1780e189c770996 Author: Tomaz Muraus <[email protected]> AuthorDate: Sun May 3 17:33:15 2020 +0200 Fix typo. --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 55147b3..3aea7b1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -17,7 +17,7 @@ Other - Update ``contrib/Dockerfile`` which can be used for running tests so it only run tests with Python versions we support. This means dropping - support for Python < 3.5 and adding support for Python 2.8 and 3.8. + support for Python < 3.5 and adding support for Python 3.7 and 3.8. Also update it to use a more recent Ubuntu version (18.04) and Python 3 for running tox target.
