diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-28 22:16:26 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-28 22:17:12 +0300 |
commit | 605da15e71c9461c1fe2a287c8f00ac80e92aa41 (patch) | |
tree | 7f578aaed183931564d59352a4a8213e4a54ae6d /net-irc | |
parent | dev-python/dogpile-cache: Stabilize 1.2.1 ALLARCHES, #907313 (diff) | |
download | gentoo-605da15e71c9461c1fe2a287c8f00ac80e92aa41.tar.gz gentoo-605da15e71c9461c1fe2a287c8f00ac80e92aa41.tar.bz2 gentoo-605da15e71c9461c1fe2a287c8f00ac80e92aa41.zip |
net-irc/irker: enable py3.12
Tested manually, bu installing, starting it, and publishing some
messages.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/irker/irker-2.23.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/irker/irker-2.23.ebuild b/net-irc/irker/irker-2.23.ebuild index df7a5203e636..2bd4516b8c36 100644 --- a/net-irc/irker/irker-2.23.ebuild +++ b/net-irc/irker/irker-2.23.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="ssl" inherit optfeature python-single-r1 systemd |