commit: 62173fbe826c3893713d4dd3db724296cf3a9146
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 06:01:42 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 06:22:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62173fbe
dev-python/pychroot: enable py3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pychroot/pychroot-0.10.4.ebuild | 4 ++--
dev-python/pychroot/pychroot-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/pychroot/pychroot-0.10.4.ebuild
b/dev-python/pychroot/pychroot-0.10.4.ebuild
index e514946e41f3..b3b3332e394f 100644
--- a/dev-python/pychroot/pychroot-0.10.4.ebuild
+++ b/dev-python/pychroot/pychroot-0.10.4.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
if [[ ${PV} == *9999 ]] ; then
diff --git a/dev-python/pychroot/pychroot-9999.ebuild
b/dev-python/pychroot/pychroot-9999.ebuild
index c1142df20922..cdcf4d4fd50c 100644
--- a/dev-python/pychroot/pychroot-9999.ebuild
+++ b/dev-python/pychroot/pychroot-9999.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
if [[ ${PV} == *9999 ]] ; then