summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-27 22:29:32 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-27 22:31:55 +0300
commit438c5d5dfd7773aff7fc3cc6abfe1382f4d14d2c (patch)
tree411a92e838ee4898392c26759ee942670b2dff2d
parentdev-python/uc-micro-py: enable py3.12 (diff)
downloadgentoo-438c5d5dfd7773aff7fc3cc6abfe1382f4d14d2c.tar.gz
gentoo-438c5d5dfd7773aff7fc3cc6abfe1382f4d14d2c.tar.bz2
gentoo-438c5d5dfd7773aff7fc3cc6abfe1382f4d14d2c.zip
dev-python/timeout-decorator: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-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 54045db8515c..529035f71a6d 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_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1