Skip to content

Commit 767803c

Browse files
committedJul 19, 2020
Update python version to 3.8 in travis and readthedocs
1 parent 66ac628 commit 767803c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.readthedocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ build:
22
image: latest
33

44
python:
5-
version: 3.6
5+
version: 3.8
66
pip_install: true

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
python:
3-
- 3.6
3+
- 3.8
44
# env:
55
# global:
66
# - secure: "<encrypted MYPYPI_USER=username>"

0 commit comments

Comments
 (0)
Please sign in to comment.