diff options
| author | Sam James <sam@gentoo.org> | 2023-12-08 17:13:11 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2023-12-09 13:17:11 +0000 |
| commit | 700f1bba9babf89c5c785ceae251ec8722697d08 (patch) | |
| tree | 888a5e40cc578d7ffb89eedbb70f5aea284f979d /dev-python/bpython | |
| parent | 0e8e5cf9898298b29769c6ab2aeb56cfdc416d7d (diff) | |
| download | gentoo-700f1bba9babf89c5c785ceae251ec8722697d08.tar.gz gentoo-700f1bba9babf89c5c785ceae251ec8722697d08.tar.bz2 gentoo-700f1bba9babf89c5c785ceae251ec8722697d08.zip | |
dev-python/bpython: disable py3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/bpython')
| -rw-r--r-- | dev-python/bpython/bpython-0.24.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bpython/bpython-0.24.ebuild b/dev-python/bpython/bpython-0.24.ebuild index 87a04c062d51..7d9e77da6a36 100644 --- a/dev-python/bpython/bpython-0.24.ebuild +++ b/dev-python/bpython/bpython-0.24.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 pypi |
