Skip to content

Commit 58b1f94

Browse files
committed
.travis.yml: run on focal and its newer python
1 parent 0e773e2 commit 58b1f94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
dist: trusty
1+
dist: focal
22
sudo: required
33
language: python
44
python:
5-
- "3.5"
5+
- "3.8"
66
before_install:
77
- "sudo apt-get update -qq"
88
install:

0 commit comments

Comments
 (0)