From 8b91725c00c390f393f378f66c046383c254df81 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 9 Mar 2023 06:20:56 +0000 Subject: app-containers/sen: enable py3.11 Closes: https://github.com/mgorny/python-bump-testing/issues/34 Closes: https://bugs.gentoo.org/896512 Signed-off-by: Sam James --- app-containers/sen/sen-0.6.1_p20200905-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-containers') diff --git a/app-containers/sen/sen-0.6.1_p20200905-r1.ebuild b/app-containers/sen/sen-0.6.1_p20200905-r1.ebuild index d7d5d62f4a83..5e5c4d1cb142 100644 --- a/app-containers/sen/sen-0.6.1_p20200905-r1.ebuild +++ b/app-containers/sen/sen-0.6.1_p20200905-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 COMMIT="02e5872ee2905861e1da06ab5174e1a3f41f0e0b" -- cgit v1.2.3-65-gdbad