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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8f78228a1bcfc8f312c153c5cf4c4c48b67a01f5">https://github.com/macports/macports-ports/commit/8f78228a1bcfc8f312c153c5cf4c4c48b67a01f5</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 8f78228a1bc pipx: use Python 3.11 by default
</span>8f78228a1bc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8f78228a1bcfc8f312c153c5cf4c4c48b67a01f5
</span>Author: Monte Davidoff <md14-github@alluvialsw.com>
AuthorDate: Thu Mar 30 12:49:46 2023 -0700

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/pipx/Portfile b/python/pipx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f07bfe12a9a..10e52bebce5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/pipx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/pipx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           python 1.0
</span> PortGroup           github 1.0
 
 github.setup        pypa pipx 1.2.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> checksums           rmd160  260908b667ed0b7d0a5e597a03adfb0ac3c9957c \
                     sha256  4ccfb259ce7036c808397ee131de53ea4283fcbfe06c9fb23dcc84c440e3d09d \
                     size    405655
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +29,7 @@ if {
</span>     ![variant_isset python310] &&
     ![variant_isset python311]
 } {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python311
</span> }
 
 variant python37 conflicts python38 python39 python310 python311 description {Use Python 3.7} {}
</pre><pre style='margin:0'>

</pre>