From d117e983244e74fee90e902105da19ee16db5c32 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sun, 5 Jun 2022 19:01:05 +0300 Subject: dev-python/pyDes: enable py3.11 Signed-off-by: Arthur Zamarin --- dev-python/pyDes/pyDes-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/pyDes') diff --git a/dev-python/pyDes/pyDes-2.0.1.ebuild b/dev-python/pyDes/pyDes-2.0.1.ebuild index 2668e53c17dd..d64c01a08fe3 100644 --- a/dev-python/pyDes/pyDes-2.0.1.ebuild +++ b/dev-python/pyDes/pyDes-2.0.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad