diff options
author | Sam James <sam@gentoo.org> | 2024-06-02 05:02:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-02 05:02:07 +0100 |
commit | 493c1849bda9e0b32389d886cfe6c363e8164002 (patch) | |
tree | 2b281e3d6ad9a47c0a4dcc413f3e3cec08e11991 /net-mail | |
parent | dev-python/patatt: add 0.6.3 (diff) | |
download | gentoo-493c1849bda9e0b32389d886cfe6c363e8164002.tar.gz gentoo-493c1849bda9e0b32389d886cfe6c363e8164002.tar.bz2 gentoo-493c1849bda9e0b32389d886cfe6c363e8164002.zip |
net-mail/b4: enable py3.12
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/b4/b4-0.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/b4/b4-0.13.0.ebuild b/net-mail/b4/b4-0.13.0.ebuild index 21f935f044e6..50d792d2e86f 100644 --- a/net-mail/b4/b4-0.13.0.ebuild +++ b/net-mail/b4/b4-0.13.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="Utility for fetching patchsets from public-inbox" |