Skip to content

Commit

Permalink
update version of python and ubuntu on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kats committed Feb 16, 2021
1 parent 43fe73e commit 1aa090f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
sudo: false
dist: xenial
dist: focal
language: python
python:
- "3.7"
- "3.8"
matrix:
include:
- python: "3.7.3"
- python: "3.8.7"
dist: xenial
sudo: true
install:
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.8.5
python-3.8.7

0 comments on commit 1aa090f

Please sign in to comment.