travis now uses 3.7.11 for 3.7 builds
This commit is contained in:
parent
e311e37e4b
commit
74209d0be3
|
@ -2,7 +2,7 @@ language: python
|
|||
python:
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.7.11"
|
||||
- "3.8"
|
||||
install:
|
||||
- pip install --upgrade pip
|
||||
|
|
Loading…
Reference in New Issue