Skip to content

Commit 420dd84

Browse files
authored
CI: use python 3.6 (#393)
python 2.7 is dead python 3.6 is supported until 2021-12 It would be better to move to python 3.8 right away, but since it is not installed by default in Travis, having to download it in each job would make the builds significantly slower.
1 parent 40c51ae commit 420dd84

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: python
22
python:
3-
- "2.7"
3+
- "3.6"
4+
5+
dist: bionic
46

57
# Cache PlatformIO packages using Travis CI container-based infrastructure
68
sudo: false

0 commit comments

Comments
 (0)