*/*: Clean PYTHON_COMPAT of obsolete impls
[gentoo.git] / dev-python / cli_helpers / cli_helpers-9999.ebuild
index edaf342667d6735ddac0877cb0d532c7d831b945..f90a664aa8242c8c1c3c10e440de06f08827cd08 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( python{2_7,3_{6,7}} )
 EGIT_REPO_URI="https://github.com/dbcli/${PN}.git"
 inherit distutils-r1 git-r3