Merge pull request #1839 from gliptak/patch-1

Use the released version of Python 3.8 on Travis
This commit is contained in:
Kodi Arfer 2019-11-17 10:50:36 -05:00 committed by GitHub
commit 919a77e59e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- 3.8-dev
- "3.8"
- pypy3.5-6.0
install:
- pip install -r requirements-travis.txt

View File

@ -95,3 +95,4 @@
* Sören Tempel <soeren@soeren-tempel.net>
* Noah Snelson <noah.snelson@protonmail.com>
* Adam Porter <adam@alphapapa.net>
* Gábor Lipták <gliptak@gmail.com>