From 0ec11f1f64cc3257b9ed17aa5c3634fb0bf6ec09 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jun 03 2020 13:59:47 +0000 Subject: Require Python packages with dots --- 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