diff options
| author | Sam James <sam@gentoo.org> | 2024-06-03 03:10:23 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-06-03 03:17:10 +0100 |
| commit | 99dbff4421ceb7cfd26893b69a8250c1e3774f91 (patch) | |
| tree | 7aed9b14df546860a702ae70a5460164d8dea34b /dev-python/bpython | |
| parent | c713554254ced5e8faf0df9f9f4da2fda57aaa57 (diff) | |
| download | gentoo-99dbff4421ceb7cfd26893b69a8250c1e3774f91.tar.gz gentoo-99dbff4421ceb7cfd26893b69a8250c1e3774f91.tar.bz2 gentoo-99dbff4421ceb7cfd26893b69a8250c1e3774f91.zip | |
dev-python/bpython: enable py3.12
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/bpython')
| -rw-r--r-- | dev-python/bpython/bpython-0.24.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/bpython/bpython-0.24.ebuild b/dev-python/bpython/bpython-0.24.ebuild index 7d9e77da6a36..75bd7b528c3e 100644 --- a/dev-python/bpython/bpython-0.24.ebuild +++ b/dev-python/bpython/bpython-0.24.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |
