Skip to content

Commit d6230a1

Browse files
Start using Python 3.9 on travis
1 parent e9bb2fa commit d6230a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python:
55
- "3.6"
66
- "3.7"
77
- "3.8"
8-
- "3.9-dev"
8+
- "3.9"
99

1010
# command to install dependencies
1111
install:

0 commit comments

Comments
 (0)