commit:     0db127ebf3be7272348ccd7743f2eb4e50e19cdc
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 12 09:49:20 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jul 12 21:34:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db127eb

python-utils-r1.eclass: bump minimum 3.11 dep to 3.11.0_beta4

As requested.

Closes: https://github.com/gentoo/gentoo/pull/26317
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 eclass/python-utils-r1.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index a18ca58475f1..e54f943f94f6 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -462,7 +462,7 @@ _python_export() {
                                        python3.10)
                                                
PYTHON_PKG_DEP=">=dev-lang/python-3.10.4:3.10";;
                                        python3.11)
-                                               
PYTHON_PKG_DEP=">=dev-lang/python-3.11.0_beta3:3.11";;
+                                               
PYTHON_PKG_DEP=">=dev-lang/python-3.11.0_beta4:3.11";;
                                        python*)
                                                
PYTHON_PKG_DEP="dev-lang/python:${impl#python}";;
                                        pypy)

Reply via email to