summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-13 08:01:06 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-13 09:18:46 +0200
commit63227c14091989e351ef29fb5793a81caf9c292c (patch)
treed1fd2abda1327e46d2c8ea223052f6fac2c03e91 /dev-python/daemonize
parentdev-python/daemonize: Use PEP517 build (diff)
downloadgentoo-63227c14091989e351ef29fb5793a81caf9c292c.tar.gz
gentoo-63227c14091989e351ef29fb5793a81caf9c292c.tar.bz2
gentoo-63227c14091989e351ef29fb5793a81caf9c292c.zip
dev-python/daemonize: Enable py3.11
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 9e0a531af794..a9b9724e7e9d 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_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1