Skip to content

Commit 32c2a69

Browse files
committed
Add python 3.7 to 3.12 in travis configuration
1 parent b27feab commit 32c2a69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ python:
88
- "3.4"
99
- "3.5"
1010
- "3.6"
11+
- "3.7"
12+
- "3.8"
13+
- "3.9"
14+
- "3.10"
15+
- "3.11"
16+
- "3.12"
1117

1218
install:
1319
- pip install coverage

0 commit comments

Comments
 (0)