diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-27 07:45:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-27 08:10:50 +0200 |
commit | 777ee0c396f8686aab76b84389e8a716d0ed5863 (patch) | |
tree | 7c14c184c41d14c6a9332a563d45fb93b28083c7 /dev-python/entrypoints | |
parent | dev-python/requests-toolbelt: Port to py39 (diff) | |
download | gentoo-777ee0c396f8686aab76b84389e8a716d0ed5863.tar.gz gentoo-777ee0c396f8686aab76b84389e8a716d0ed5863.tar.bz2 gentoo-777ee0c396f8686aab76b84389e8a716d0ed5863.zip |
dev-python/entrypoints: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/entrypoints')
-rw-r--r-- | dev-python/entrypoints/entrypoints-0.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/entrypoints/entrypoints-0.3-r1.ebuild b/dev-python/entrypoints/entrypoints-0.3-r1.ebuild index b99df4226a9d..b2cf6654d153 100644 --- a/dev-python/entrypoints/entrypoints-0.3-r1.ebuild +++ b/dev-python/entrypoints/entrypoints-0.3-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} ) inherit distutils-r1 |