diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-11-01 15:44:42 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-11-01 15:44:42 -0500 |
commit | 49bbda03fd78084f14226738aea26a6af606c971 (patch) | |
tree | 7dae215c82727a273eb922eb122388c68d13d8da | |
parent | 870e1f2379110e48c7f189832aa7663fcb0be836 (diff) | |
download | snakemake-mode-49bbda03fd78084f14226738aea26a6af606c971.tar.gz |
travis: Bump Python version to 3.7
The Travis builds have started to fail because Snakemake now requires
at least Python 3.7.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d45ad22..77e56d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - - "3.6" + - "3.7" env: matrix: |