summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-25 21:43:39 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-25 21:48:10 +0200
commit8063d37eb15836ec20293fa80defa5b698ac1f88 (patch)
tree1ab0a83fed4a1435ffae60ea783daa0ea7dac0d5 /dev-python
parentdev-python/mako: Port to py3.9 (diff)
downloadgentoo-8063d37eb15836ec20293fa80defa5b698ac1f88.tar.gz
gentoo-8063d37eb15836ec20293fa80defa5b698ac1f88.tar.bz2
gentoo-8063d37eb15836ec20293fa80defa5b698ac1f88.zip
dev-python/bottle: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/bottle/bottle-0.12.18.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bottle/bottle-0.12.18.ebuild b/dev-python/bottle/bottle-0.12.18.ebuild
index ac258120d085..1e518dc8bb12 100644
--- a/dev-python/bottle/bottle-0.12.18.ebuild
+++ b/dev-python/bottle/bottle-0.12.18.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
inherit distutils-r1 eutils