diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-31 18:08:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-31 18:33:34 +0200 |
commit | 9f4709de54d61d81fd2ac0d63da5322df1521dfe (patch) | |
tree | 39be262d014903e75e0bd1df07e4f8c002a0db6d /dev-python/alabaster/alabaster-0.7.12.ebuild | |
parent | profiles: Forgot to add removal note when last-riting aldumb (diff) | |
download | gentoo-9f4709de54d61d81fd2ac0d63da5322df1521dfe.tar.gz gentoo-9f4709de54d61d81fd2ac0d63da5322df1521dfe.tar.bz2 gentoo-9f4709de54d61d81fd2ac0d63da5322df1521dfe.zip |
dev-python/alabaster: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/alabaster/alabaster-0.7.12.ebuild')
-rw-r--r-- | dev-python/alabaster/alabaster-0.7.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/alabaster/alabaster-0.7.12.ebuild b/dev-python/alabaster/alabaster-0.7.12.ebuild index 6600e25d82f8..f4bf497e0911 100644 --- a/dev-python/alabaster/alabaster-0.7.12.ebuild +++ b/dev-python/alabaster/alabaster-0.7.12.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |