Merge pull request #1839 from gliptak/patch-1
Use the released version of Python 3.8 on Travis
This commit is contained in:
commit
919a77e59e
@ -5,7 +5,7 @@ python:
|
|||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
- "3.7"
|
||||||
- 3.8-dev
|
- "3.8"
|
||||||
- pypy3.5-6.0
|
- pypy3.5-6.0
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements-travis.txt
|
- pip install -r requirements-travis.txt
|
||||||
|
1
AUTHORS
1
AUTHORS
@ -95,3 +95,4 @@
|
|||||||
* Sören Tempel <soeren@soeren-tempel.net>
|
* Sören Tempel <soeren@soeren-tempel.net>
|
||||||
* Noah Snelson <noah.snelson@protonmail.com>
|
* Noah Snelson <noah.snelson@protonmail.com>
|
||||||
* Adam Porter <adam@alphapapa.net>
|
* Adam Porter <adam@alphapapa.net>
|
||||||
|
* Gábor Lipták <gliptak@gmail.com>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user