dev-python/docopt: add 3_9 support

Tests for pypy3 and python3_{6..9} all passing on amd64.

Signed-off-by: Tom Gillespie <tgbugs@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16963
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Tom Gillespie
2020-07-13 17:06:35 -07:00
committed by Sam James
parent c16c53d673
commit 489d8ae78b

View File

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