Skip to content

Commit 2117081

Browse files
authored
add newer python versions, remove 3.5
1 parent 193a2cb commit 2117081

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ language: python
33
python:
44
- "2.7"
55
- "pypy"
6-
- "3.5"
76
- "3.6"
87
- "3.7"
98
- "3.8"
109
- "3.9"
10+
- "3.10"
11+
- "3.11"
1112
- "pypy3"
1213

1314
script: python -m unittest discover

0 commit comments

Comments
 (0)