Skip to content

Commit 09012db

Browse files
committed
Add Python 3.7, 3.8 back to Travis builds, add 3.12-dev.
3.7, 3.8 are working again. 3.11 is failing without a helpful error.
1 parent 3599b22 commit 09012db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ cache: pip
55

66
python:
77
- '3.6'
8-
#- '3.7'
9-
#- '3.8'
8+
- '3.7'
9+
- '3.8'
1010
- '3.9'
1111
- '3.10'
12+
#- '3.11'
13+
- '3.12-dev'
1214

1315
install:
1416
- make install

0 commit comments

Comments
 (0)