From 89436e391724569692baa2c6c3f662b5e98637eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 18 Sep 2019 16:46:41 +0200 Subject: [PATCH] Remove Python 2.7 from the Python Clasroom Lab --- fedora-python-classroom-common.ks | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fedora-python-classroom-common.ks b/fedora-python-classroom-common.ks index cf05c66..43f617c 100644 --- a/fedora-python-classroom-common.ks +++ b/fedora-python-classroom-common.ks @@ -13,7 +13,9 @@ vim-enhanced wget # Remove Pythons possibly recommended by tox +-python2 -python26 +-python27 -python33 -python34 -python35