diff options
author | Yu Gu <guyu2876@gmail.com> | 2023-02-26 20:36:50 +0800 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-03-08 15:43:45 +0200 |
commit | fb91828a94427e6959723f54a176d2509425f3de (patch) | |
tree | 858788983fa5ca63236fd29b6954d76311c95586 /net-im/err | |
parent | net-irc/atheme-services: Add 7.2.12-r4 (diff) | |
download | gentoo-fb91828a94427e6959723f54a176d2509425f3de.tar.gz gentoo-fb91828a94427e6959723f54a176d2509425f3de.tar.bz2 gentoo-fb91828a94427e6959723f54a176d2509425f3de.zip |
net-im/err: enable py3.11
Closes: https://bugs.gentoo.org/897090
Signed-off-by: Yu Gu <guyu2876@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-im/err')
-rw-r--r-- | net-im/err/err-6.1.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/err/err-6.1.9.ebuild b/net-im/err/err-6.1.9.ebuild index 320d94bc13dd..2abe868affb0 100644 --- a/net-im/err/err-6.1.9.ebuild +++ b/net-im/err/err-6.1.9.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 |