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 94d506433eac45f5160b7c5534f29bb6fe2a128c Author: Tomaz Muraus <[email protected]> AuthorDate: Sun May 3 16:59:58 2020 +0200 Add changelog entry. --- CHANGES.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 9648526..767a653 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,6 +12,15 @@ Compute (GITHUB-1449) [Christopher Lambert - @XN137] +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. + (GITHUB-1451) + [Tomaz Muraus - @Kami, HuiFeng Tang - @99Kies] + Changes in Apache Libcloud 3.0.0 --------------------------------
