Skip to content

Commit 80a56ed

Browse files
committed
Switch Travis on Python 3.9
1 parent 47bb42d commit 80a56ed

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@ python:
1010
- "3.6"
1111
- "3.7"
1212
- "3.8"
13-
- "3.9-dev"
13+
- "3.9"
1414
- "pypy2"
1515
- "pypy3"
16-
jobs:
17-
allow_failures:
18-
- python: "3.9-dev"
1916
script:
2017
- python test/test.py
2118
after_script:

0 commit comments

Comments
 (0)