Skip to content

Commit f363204

Browse files
committed
Enable 3.7 again since it got released
1 parent f1acdc1 commit f363204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python:
99
- "3.4"
1010
- "3.5"
1111
- "3.6"
12-
- "3.7-dev"
12+
- "3.7"
1313
- "3.8-dev"
1414
- "pypy"
1515
- "pypy3"
@@ -20,7 +20,7 @@ env:
2020

2121
matrix:
2222
allow_failures:
23-
- python: "3.7-dev"
23+
- python: "3.7"
2424
- python: "3.8-dev"
2525
- python: "pypy"
2626
- python: "pypy3"

0 commit comments

Comments
 (0)