Skip to content

Commit 1e0177f

Browse files
committed
Fix travis python versions
1 parent 8930f6f commit 1e0177f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ref: https://docs.travis-ci.com/user/languages/python
22
language: python
33
python:
4-
- "3.2"
5-
- "3.3"
6-
- "3.4"
7-
- "3.5"
4+
- "3.6"
5+
- "3.7"
6+
- "3.8"
7+
- "3.9"
88
#- "3.5-dev" # 3.5 development branch
99
#- "nightly" # points to the latest development branch e.g. 3.6-dev
1010
# command to install dependencies

0 commit comments

Comments
 (0)