summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-31 17:34:05 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-31 17:34:05 +0200
commitd39c4b2af40391067b657c4ad982a698478a49e1 (patch)
tree4c21120f02cf3a4c9da0afb5fca77da1c47008ca /dev-python/daemonize
parentdev-python/cssutils: Enable py3.12 (diff)
downloadgentoo-d39c4b2af40391067b657c4ad982a698478a49e1.tar.gz
gentoo-d39c4b2af40391067b657c4ad982a698478a49e1.tar.bz2
gentoo-d39c4b2af40391067b657c4ad982a698478a49e1.zip
dev-python/daemonize: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/daemonize')
-rw-r--r--dev-python/daemonize/daemonize-2.5.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/daemonize/daemonize-2.5.0-r1.ebuild b/dev-python/daemonize/daemonize-2.5.0-r1.ebuild
index 9ea2fed9c429..e051c0dab630 100644
--- a/dev-python/daemonize/daemonize-2.5.0-r1.ebuild
+++ b/dev-python/daemonize/daemonize-2.5.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1