dev-python/python-editor: add py33 support

Package-Manager: portage-2.2.26
This commit is contained in:
Matthew Thode
2016-03-24 22:38:12 -05:00
parent 2c1602a662
commit b3f8f30a56

View File

@@ -3,7 +3,7 @@
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
inherit distutils-r1