From be2182a06cf7d3e3f8007980cf9dd024cf8ac666 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Thu, 5 Dec 2019 11:42:57 +0100 Subject: [PATCH] Travis: Add stable Python 3.8, remove 3.7-dev Python 3.8 was released and will be used in Fedora Rawhide/Fedora 32. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9d0ef98..4f9c4f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ matrix: - python: 3.5 - python: 3.6 - python: 3.7 - - python: 3.7-dev + - python: 3.8 - python: 3.8-dev services: