summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-19 09:54:07 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-19 09:54:07 +0200
commitd0c41ae6ae4e500975dcd84b8d17dbabcc5d109d (patch)
treedb173c85eb6c9e5ea924c9195b5aa25cc168d8f2 /dev-python/timeout-decorator
parentdev-python/timeout-decorator: Use PEP517 build (diff)
downloadgentoo-d0c41ae6ae4e500975dcd84b8d17dbabcc5d109d.tar.gz
gentoo-d0c41ae6ae4e500975dcd84b8d17dbabcc5d109d.tar.bz2
gentoo-d0c41ae6ae4e500975dcd84b8d17dbabcc5d109d.zip
dev-python/timeout-decorator: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/timeout-decorator')
-rw-r--r--dev-python/timeout-decorator/timeout-decorator-0.5.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/timeout-decorator/timeout-decorator-0.5.0-r1.ebuild b/dev-python/timeout-decorator/timeout-decorator-0.5.0-r1.ebuild
index 172786f8e4bd..689dd982a6e3 100644
--- a/dev-python/timeout-decorator/timeout-decorator-0.5.0-r1.ebuild
+++ b/dev-python/timeout-decorator/timeout-decorator-0.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