From 8a0be31d1e240d46c5bc78380c4c2139adc6e5fc 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 and 3.7 from the Python Clasroom Lab --- fedora-python-classroom-common.ks | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fedora-python-classroom-common.ks b/fedora-python-classroom-common.ks index cf05c66..50a671d 100644 --- a/fedora-python-classroom-common.ks +++ b/fedora-python-classroom-common.ks @@ -13,12 +13,14 @@ vim-enhanced wget # Remove Pythons possibly recommended by tox +-python2 -python26 +-python27 -python33 -python34 -python35 -python36 --python38 +-python37 -pypy %end