From fd26592dee5a77f58de6c8b692bae5527eec09d8 Mon Sep 17 00:00:00 2001 From: Tom Gillespie Date: Sat, 1 Aug 2020 20:21:41 -0700 Subject: dev-python/uritemplate: add 3_9 support all tests passing on amd64 Signed-off-by: Tom Gillespie Signed-off-by: Sam James --- 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 8f82d9943f1f..7c7dd36daee9 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 -- cgit v1.2.3-65-gdbad