dev-python/untangle: remove python2.7 compat

This commit is contained in:
nemunaire 2021-01-20 00:02:52 +01:00
commit 10a1cbb5d7
2 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7,8} )
PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1