Skip to content

Commit 2e01645

Browse files
committed
Switch to 3.8 for Python build and upload
1 parent 4468817 commit 2e01645

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ os:
77

88
python:
99
- '2.7'
10-
- '3.6'
10+
- '3.8'
1111

1212
install:
1313
- pip install -r requirements.txt
@@ -27,7 +27,7 @@ deploy:
2727
on:
2828
branch: master
2929
tags: true
30-
python: 2.7
30+
python: 3.8
3131
distributions: sdist bdist_wheel
3232

3333
addons:

0 commit comments

Comments
 (0)