python 3.4 support

This commit is contained in:
ndparker 2014-02-09 15:48:34 +01:00
parent c17796c467
commit 64b9de2bf9

View File

@ -3,7 +3,10 @@
# $Header$
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} jython{2_5,2_7} )
PYTHON_COMPAT=(
python{2_5,2_6,2_7,3_1,3_2,3_3,3_4}
pypy{1_9,2_0} jython{2_5,2_7}
)
inherit distutils-r1