*/*: Clean PYTHON_COMPAT of obsolete impls
[gentoo.git] / dev-python / odfpy / odfpy-1.3.6.ebuild
index 6b98207030d21e84be7e34d33e364161aaf30791..cad4cc3cff88e8ad21b71e9f73bfbeac026c655e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 # Classifier: Programming Language :: Python :: 2 :: Only
 # py3 fails one test, pypy anpother.
 # Notes on page of home repo reports support of python3.
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+PYTHON_COMPAT=( python{2_7,3_6,3_7} )
 
 inherit distutils-r1