<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/31a31dc93bc5438a7bda923bfeab1db70d08d02f">https://github.com/macports/macports-ports/commit/31a31dc93bc5438a7bda923bfeab1db70d08d02f</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 31a31dc93bc libomp: revert python version increase
</span>31a31dc93bc is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 31a31dc93bc5438a7bda923bfeab1db70d08d02f
</span>Author: i0ntempest <i0ntempest@i0ntempest.com>
AuthorDate: Sun Jan 26 18:47:28 2025 +0800
<span style='display:block; white-space:pre;color:#404040;'> libomp: revert python version increase
</span>---
lang/libomp/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/libomp/Portfile b/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bd03281c9cd..e42156a8cec 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,7 +62,7 @@ if {${os.platform} eq "darwin" && ${configure.cxx_stdlib} ne "libstdc++"} {
</span> # Last python version to not require C11 (and thus a clang
# dependency on some OS versions). Used by libpsl (which is a
# dependency of cmake) for the same reason.
<span style='display:block; white-space:pre;background:#ffe0e0;'>- set python_branch 3.13
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set python_branch 3.10
</span> set python_ver [string map {. ""} ${python_branch}]
depends_build-append port:python${python_ver}
depends_skip_archcheck-append python${python_ver}
</pre><pre style='margin:0'>
</pre>