diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-13 12:52:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-13 12:52:04 +0200 |
commit | b9f88d2960cf593b08be109deded0e15a331feb4 (patch) | |
tree | de83d9d86b98f23bc8e8e640302528dac87367a2 /dev-python/decorator | |
parent | dev-python/decorator: Use PEP517 build (diff) | |
download | gentoo-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.ebuild | 2 |
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 |