summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-07-17 06:34:45 +0100
committerSam James <sam@gentoo.org>2024-07-17 06:53:04 +0100
commit41948ec6218b954d8c281f79608e5cec04d6b3f5 (patch)
tree68348007a3413b8d07452d0e45ae9d85796b265c /net-irc
parentnet-irc/ergo: drop 2.12.0 (diff)
downloadgentoo-41948ec6218b954d8c281f79608e5cec04d6b3f5.tar.gz
gentoo-41948ec6218b954d8c281f79608e5cec04d6b3f5.tar.bz2
gentoo-41948ec6218b954d8c281f79608e5cec04d6b3f5.zip
net-irc/ergo: enable py3.13
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/ergo/ergo-2.13.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/ergo/ergo-2.13.0.ebuild b/net-irc/ergo/ergo-2.13.0.ebuild
index 8364e9398e17..9ee896dc26a1 100644
--- a/net-irc/ergo/ergo-2.13.0.ebuild
+++ b/net-irc/ergo/ergo-2.13.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit go-module python-any-r1 systemd
DESCRIPTION="A modern IRC server written in Go"