bitprophet / releases

A powerful Sphinx changelog-generating extension.
http://releases.readthedocs.io/
BSD 2-Clause "Simplified" License
176 stars 41 forks source link

Add testing an document support for Python 3.7 #81

Closed jdufresne closed 2 years ago

jdufresne commented 5 years ago

Python 3.7 was released on June 27, 2018.

https://docs.python.org/3/whatsnew/3.7.html

Use 'dist: xenial' in Travis to to allows using Python version 3.7. Travis officially added support for Xenial on 2018-11-08.

https://blog.travis-ci.com/2018-11-08-xenial-release

When using 'dist: xenial', pypy requires an explicit version. See:

https://travis-ci.community/t/pypy-2-7-on-xenial/889/3