<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0badd0e529744886206eb2cef9d2c75b6d66b012">https://github.com/macports/macports-ports/commit/0badd0e529744886206eb2cef9d2c75b6d66b012</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 0badd0e5297 hatch: default to python313
</span>0badd0e5297 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0badd0e529744886206eb2cef9d2c75b6d66b012
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Tue May 13 14:19:04 2025 -0500

<span style='display:block; white-space:pre;color:#404040;'>    hatch: default to python313
</span>---
 python/hatch/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/hatch/Portfile b/python/hatch/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f142edb930c..a17b101ce8d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/hatch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/hatch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,8 +25,8 @@ variant python311 conflicts python39 python310 python312 python313 description {
</span> variant python312 conflicts python39 python310 python311 python313 description {Use Python 3.12} {}
 variant python313 conflicts python39 python310 python311 python312 description {Use Python 3.13} {}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311] && ![variant_isset python313]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python312
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python313
</span> }
 
 foreach pv {313 312 311 310 39} {
</pre><pre style='margin:0'>

</pre>