From 0ec11f1f64cc3257b9ed17aa5c3634fb0bf6ec09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 3 Jun 2020 15:59:47 +0200 Subject: [PATCH] Require Python packages with dots --- tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests.yml b/tests.yml index d9c3c04..63a8b78 100644 --- a/tests.yml +++ b/tests.yml @@ -52,12 +52,12 @@ required_packages: - gcc - virtualenv - - python27 - - python35 - - python36 - - python37 - - python38 - - python39 + - python2.7 + - python3.5 + - python3.6 + - python3.7 + - python3.8 + - python3.9 - pypy - pypy3 - python2-devel