Skip to content

Commit e024d34

Browse files
committed
chore: Update travis python version to 3.9
1 parent 71ce7dc commit e024d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
python:
3-
- "3.7"
3+
- "3.9"
44
install: "pip install -r requirements.txt"
55
script: make clean test coverage docs dist
66
deploy:

0 commit comments

Comments
 (0)