Skip to content

Commit 4129bd1

Browse files
committed
Add replace python 3.8-dev by 3.8, add 3.9-dev
1 parent 9ffc9e8 commit 4129bd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ python:
55
- "3.5"
66
- "3.6"
77
- "3.7"
8-
- "3.8-dev" # 3.8 development branch
8+
- "3.8"
9+
- "3.9-dev" # 3.9 development branch
910
before_install:
1011
- pip install --upgrade setuptools
1112
- pip install pytest

0 commit comments

Comments
 (0)