Skip to content

Commit 991e9b8

Browse files
authored
Update .travis.yml
python versions updated
1 parent 3ca3a39 commit 991e9b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: python
22
python:
3-
- "3.2"
4-
- "3.3"
53
- "3.4"
64
- "3.5"
75
- "3.6"
86
- "3.7"
9-
- "nightly" # currently points to 3.7-dev
7+
- "3.8"
8+
- "3.9"
9+
- "nightly"
1010
# command to install dependencies
1111
install:
1212
# Coveralls 4.0 doesn't support Python 3.2

0 commit comments

Comments
 (0)