diff options
author | 2022-05-12 22:16:30 +0200 | |
---|---|---|
committer | 2022-05-12 22:16:30 +0200 | |
commit | ef8a2985220477f0e8a3ea8674401dd74369c1e3 (patch) | |
tree | 1d5ac3be773f656c2312e605daa6e0dc318bd3cf /dev-python/blinker | |
parent | dev-python/blinker: EAPI 8, PEP517 (diff) | |
download | gentoo-ef8a2985220477f0e8a3ea8674401dd74369c1e3.tar.gz gentoo-ef8a2985220477f0e8a3ea8674401dd74369c1e3.tar.bz2 gentoo-ef8a2985220477f0e8a3ea8674401dd74369c1e3.zip |
dev-python/blinker: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/blinker')
-rw-r--r-- | dev-python/blinker/blinker-1.4-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/blinker/blinker-1.4-r3.ebuild b/dev-python/blinker/blinker-1.4-r3.ebuild index e5dccf211b16..985995a2f2af 100644 --- a/dev-python/blinker/blinker-1.4-r3.ebuild +++ b/dev-python/blinker/blinker-1.4-r3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 |