GitHub user andrewsomething opened a pull request:
https://github.com/apache/libcloud/pull/1227
Add Python 3.7 to tox and Travis.
## Python 3.7 support
### Description
This adds Python 3.7 to tox and Travis. I do not expect this to get merged
in its current state. There are a number of failures. My aim is to get more
visibility into those failures so that we can start fixing them.
### Status
- work in progress
### Checklist (tick everything that applies)
- [ ] [Code
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
(required, can be done after the PR checks)
- [ ] Documentation
- [x] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [x]
[ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
(required for bigger changes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andrewsomething/libcloud py37
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1227.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1227
----
commit 5af48d2f8427ac8697e6326242d2e4031c47c301
Author: Andrew Starr-Bochicchio <a.starr.b@...>
Date: 2018-07-17T21:41:01Z
Add Python 3.7 to tox and Travis.
----
---