*/*: Clean PYTHON_COMPAT of obsolete impls
[gentoo.git] / dev-python / python-levenshtein / python-levenshtein-0.12.0.ebuild
index 4c3e271ca0171d4b6bf0bbe88a83ed24a81d986d..be307a80aca91d6e42ea426f1f6f47d28a7ba09d 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=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
 
 inherit distutils-r1