From 0ee70cbe24da2f2acf76f3e1a6038dfd9d3d861e Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sun, 5 Jun 2022 19:09:03 +0300 Subject: [PATCH] dev-python/process-tests: enable py3.11 Signed-off-by: Arthur Zamarin --- dev-python/process-tests/process-tests-2.1.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/process-tests/process-tests-2.1.2-r1.ebuild b/dev-python/process-tests/process-tests-2.1.2-r1.ebuild index 40caa50d34f6a..c22e631632e54 100644 --- a/dev-python/process-tests/process-tests-2.1.2-r1.ebuild +++ b/dev-python/process-tests/process-tests-2.1.2-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