*/*: Clean PYTHON_COMPAT of obsolete impls
[gentoo.git] / dev-python / zeep / zeep-2.4.0.ebuild
index 72491ac5e0feedf80c77a58ccc7f0ceead738597..42b6a193e8e4fac924564200da61eb4eba3ab84e 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} pypy )
+PYTHON_COMPAT=( python2_7 python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="A modern/fast Python SOAP client based on lxml / requests"