dev-python/vdf-3.3: support python3_9

Turns out using or importing the ABCs from 'collections' instead of from
'collections.abc' will only stop working in python 3.10 rather than 3.9,
therefore in the end vdf tests all pass on 3.9 without any patching.

Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2020-07-01 10:12:51 +02:00
parent d7f2a8e98d
commit 19646d9a7d

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
PYTHON_COMPAT=( python3_{6..9} pypy3 )
inherit distutils-r1