commit: d552c50fd5766e876ce42c974b326caf559b88fe Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 5 17:31:58 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Jun 5 17:53:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d552c50f
dev-python/pid: enable py3.11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/pid/pid-3.0.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pid/pid-3.0.4-r1.ebuild b/dev-python/pid/pid-3.0.4-r1.ebuild index 07f18c7fe3bd..a08c896af9d9 100644 --- a/dev-python/pid/pid-3.0.4-r1.ebuild +++ b/dev-python/pid/pid-3.0.4-r1.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