mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
|
||||
PYTHON_COMPAT=( python3_{6..9} pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user