]> jfr.im git - irc/weechat/qweechat.git/commitdiff
Use Python 3.7+ in testing.
authorAbhilash Raj <redacted>
Tue, 1 Jun 2021 05:49:00 +0000 (22:49 -0700)
committerAbhilash Raj <redacted>
Tue, 1 Jun 2021 05:49:00 +0000 (22:49 -0700)
.travis.yml

index 03f3e8115c6020f138e75c0a642225746bba1965..ebaca860325d695cc2a83f1abd98626e8a2f2ffe 100644 (file)
@@ -1,7 +1,9 @@
 language: python
 
 python:
-  - "2.7"
+  - "3.7"
+  - "3.8"
+  - "3.9"
 
 install:
   - pip install flake8