summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-13 12:52:04 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-13 12:52:04 +0200
commitb9f88d2960cf593b08be109deded0e15a331feb4 (patch)
treede83d9d86b98f23bc8e8e640302528dac87367a2 /dev-python/decorator
parentdev-python/decorator: Use PEP517 build (diff)
downloadgentoo-b9f88d2960cf593b08be109deded0e15a331feb4.tar.gz
gentoo-b9f88d2960cf593b08be109deded0e15a331feb4.tar.bz2
gentoo-b9f88d2960cf593b08be109deded0e15a331feb4.zip
dev-python/decorator: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/decorator')
-rw-r--r--dev-python/decorator/decorator-5.1.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/decorator/decorator-5.1.1-r1.ebuild b/dev-python/decorator/decorator-5.1.1-r1.ebuild
index ad25035acded..9e0a329fddd4 100644
--- a/dev-python/decorator/decorator-5.1.1-r1.ebuild
+++ b/dev-python/decorator/decorator-5.1.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1