diff options
author | Maxime Buquet <pep@bouah.net> | 2020-05-01 15:00:15 +0200 |
---|---|---|
committer | Maxime Buquet <pep@bouah.net> | 2020-05-01 15:00:15 +0200 |
commit | c7c358799ade8f40dc0810d6430e83afd0c532f5 (patch) | |
tree | 94e70b88a07be06018140525282085861bbf29f7 /.travis.yml | |
parent | ed8f3b5c272cf045193a09cfe4df67c6a365f165 (diff) | |
parent | 64ed37870ea18161d0bc34505022a8c80630c0c2 (diff) | |
download | poezio-c7c358799ade8f40dc0810d6430e83afd0c532f5.tar.gz poezio-c7c358799ade8f40dc0810d6430e83afd0c532f5.tar.bz2 poezio-c7c358799ade8f40dc0810d6430e83afd0c532f5.tar.xz poezio-c7c358799ade8f40dc0810d6430e83afd0c532f5.zip |
Merge branch 'python-version' into 'master'
Update Python version minimum requirement to 3.7
See merge request poezio/poezio!87
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 923df969..3877ad41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: python python: - - "3.5" - - "3.6" - "3.7" - "3.8-dev" install: |