commit: 14fffff235c39a9eeb538021438ebf2841fb866a
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue May 2 22:58:30 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue May 2 22:58:30 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=14fffff2
dev-python/interleave: enable py3.11
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/interleave/interleave-0.2.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/interleave/interleave-0.2.0.ebuild
b/dev-python/interleave/interleave-0.2.0.ebuild
index 7dbb9d5c9..ce5f5d50b 100644
--- a/dev-python/interleave/interleave-0.2.0.ebuild
+++ b/dev-python/interleave/interleave-0.2.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10)
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1