Commit 9e912d9
committed
Add Python 3.7 support and testing
Python 3.7 final has been released [0]. Re-add this to continuous integration testing, and
note the support level in setup.py for PyPI and other packagers.
Note: Travis-CI's support for Python 3.7 and communication around it is less than ideal.
A Travis-CI representative recently provided comment on their "official" workaround [1],
for users who need to meet Python 3.7's dependencies, yet aren't ready to move their entire
testing image to Ubuntu Xenial (16.04) from default Ubuntu Trusty (14.04) at this stage.
See further comments at [2].
[0] https://www.python.org/downloads/release/python-370/
[1] travis-ci/travis-ci#9069 (comment)
[2] travis-ci/travis-ci#98151 parent 6ea7d8f commit 9e912d9
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
6 | 13 | | |
7 | 14 | | |
8 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments