summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-07-30 21:30:31 +0200
committerPacho Ramos <pacho@gentoo.org>2024-07-30 23:11:49 +0200
commitccf13ff15357c000533969ab0849a3538e236f52 (patch)
tree1233a9681d9c924db0493821ee3f2c5cd91b7902 /net-news/canto-daemon
parentnet-misc/pssh: disable py3.9 (diff)
downloadgentoo-ccf13ff15357c000533969ab0849a3538e236f52.tar.gz
gentoo-ccf13ff15357c000533969ab0849a3538e236f52.tar.bz2
gentoo-ccf13ff15357c000533969ab0849a3538e236f52.zip
net-news/canto-daemon: enable py3.12
Closes: https://bugs.gentoo.org/929735 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'net-news/canto-daemon')
-rw-r--r--net-news/canto-daemon/canto-daemon-0.9.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-news/canto-daemon/canto-daemon-0.9.8.ebuild b/net-news/canto-daemon/canto-daemon-0.9.8.ebuild
index 31c5019726ce..6a071895d0b0 100644
--- a/net-news/canto-daemon/canto-daemon-0.9.8.ebuild
+++ b/net-news/canto-daemon/canto-daemon-0.9.8.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_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
PYTHON_REQ_USE="xml(+),threads(+)"
inherit distutils-r1