diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-25 21:43:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-25 21:48:10 +0200 |
commit | 8063d37eb15836ec20293fa80defa5b698ac1f88 (patch) | |
tree | 1ab0a83fed4a1435ffae60ea783daa0ea7dac0d5 /dev-python/bottle | |
parent | dev-python/mako: Port to py3.9 (diff) | |
download | gentoo-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/bottle')
-rw-r--r-- | dev-python/bottle/bottle-0.12.18.ebuild | 2 |
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 |