Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6770ab8

Browse files
committed
Drop python2 support on travis
1 parent 3d49395 commit 6770ab8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: python
22

33
python:
4-
- "2.7"
54
- "3.7"
5+
- "3.8"
6+
- "3.9"
67

78
before_install:
89
- pip install pip --upgrade

0 commit comments

Comments
 (0)