summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-17 06:01:42 +0000
committerSam James <sam@gentoo.org>2023-02-17 06:22:16 +0000
commit62173fbe826c3893713d4dd3db724296cf3a9146 (patch)
treed8fa8645a59806b0d360fea488e36cde55e13c55 /dev-python/pychroot
parentsys-kernel/gentoo-kernel-bin: Bump to 5.10.168 (diff)
downloadgentoo-62173fbe826c3893713d4dd3db724296cf3a9146.tar.gz
gentoo-62173fbe826c3893713d4dd3db724296cf3a9146.tar.bz2
gentoo-62173fbe826c3893713d4dd3db724296cf3a9146.zip
dev-python/pychroot: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pychroot')
-rw-r--r--dev-python/pychroot/pychroot-0.10.4.ebuild4
-rw-r--r--dev-python/pychroot/pychroot-9999.ebuild4
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