summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gillespie <tgbugs@gmail.com>2020-08-01 20:21:41 -0700
committerSam James <sam@gentoo.org>2020-08-03 01:40:10 +0000
commitfd26592dee5a77f58de6c8b692bae5527eec09d8 (patch)
treef4c843630750dde48d53c4571219733dcbcd8f86
parentapp-misc/neofetch: 7.1.0 version bump (diff)
downloadgentoo-fd26592dee5a77f58de6c8b692bae5527eec09d8.tar.gz
gentoo-fd26592dee5a77f58de6c8b692bae5527eec09d8.tar.bz2
gentoo-fd26592dee5a77f58de6c8b692bae5527eec09d8.zip
dev-python/uritemplate: add 3_9 support
all tests passing on amd64 Signed-off-by: Tom Gillespie <tgbugs@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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