[Patchew-devel] [PATCH 1/2] travis: Update to python 3.6, 3.7 and 3.8

fam at euphon.net fam at euphon.net
Sun Sep 27 21:05:10 UTC 2020


From: Fam Zheng <fam at euphon.net>

---
 .travis.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 2e1cf8d..b5c7784 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,8 @@
 language: python
 python:
-  - "3.4"
-  - "3.5"
-  - "3.5-dev" # 3.5 development branch
-  - "3.6-dev" # 3.6 development branch
+  - "3.6"
+  - "3.7"
+  - "3.8"
 # command to install dependencies
 install: "pip install -r requirements.txt"
 # command to run tests
-- 
2.25.1






More information about the Patchew-devel mailing list