8000 travis: Python 3.9 is the new dev version. (#405) · tsahee/msgpack-python@f0952f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit f0952f1

Browse files
authored
travis: Python 3.9 is the new dev version. (msgpack#405)
1 parent 9d79351 commit f0952f1

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
@@ -13,7 +13,8 @@ python:
1313
- "3.5"
1414
- "3.6"
1515
- "3.7"
16-
- "3.8-dev"
16+
- "3.8"
17+
- "3.9-dev"
1718

1819

1920
_pure: &pure

0 commit comments

Comments
 (0)
0