commit: fd26592dee5a77f58de6c8b692bae5527eec09d8
Author: Tom Gillespie <tgbugs <AT> gmail <DOT> com>
AuthorDate: Sun Aug 2 03:21:41 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 3 01:40:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd26592d
dev-python/uritemplate: add 3_9 support
all tests passing on amd64
Signed-off-by: Tom Gillespie <tgbugs <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild
b/dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild
index 8f82d9943f1..7c7dd36daee 100644
--- a/dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild
+++ b/dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
inherit distutils-r1