diff --git a/dev-python/formencode/formencode-1.3.0-r3.ebuild b/dev-python/formencode/formencode-1.3.0-r3.ebuild index 6f62e4aed8b66..6d511cc127025 100644 --- a/dev-python/formencode/formencode-1.3.0-r3.ebuild +++ b/dev-python/formencode/formencode-1.3.0-r3.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 MY_PN="FormEncode"