commit: b71b3342dc4c197c5aaf77ef7fff56a9cc06c98d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 23 06:12:42 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 15:06:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b71b3342
python-utils-r1.eclass: Bump minimum dev-lang/python versions
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
eclass/python-utils-r1.eclass | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index d2bbe90da049..40c15b65d7a5 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -448,11 +448,11 @@ _python_export() {
local d
case ${impl} in
python3.10)
-
PYTHON_PKG_DEP=">=dev-lang/python-3.10.11:3.10";;
+
PYTHON_PKG_DEP=">=dev-lang/python-3.10.12:3.10";;
python3.11)
-
PYTHON_PKG_DEP=">=dev-lang/python-3.11.3:3.11";;
+
PYTHON_PKG_DEP=">=dev-lang/python-3.11.4:3.11";;
python3.12)
-
PYTHON_PKG_DEP=">=dev-lang/python-3.12.0_beta1:3.12";;
+
PYTHON_PKG_DEP=">=dev-lang/python-3.12.0_beta3:3.12";;
pypy3)
PYTHON_PKG_DEP='>=dev-python/pypy3-7.3.11_p1:0=';;
*)