poetry: use Python 3.14

This commit is contained in:
Renee Otten
2026-01-12 12:16:29 -05:00
parent 061e9f4f7f
commit 92e2f9c153
+4 -3
View File
@@ -5,7 +5,8 @@ PortGroup python 1.0
name poetry
version 2.2.1
revision 0
revision 1
categories-append devel
platforms {darwin any}
license MIT
@@ -33,8 +34,8 @@ variant python312 conflicts python310 python311 python313 python314 description
variant python313 conflicts python310 python311 python312 python314 description {Use Python 3.13} {}
variant python314 conflicts python310 python311 python312 python313 description {Use Python 3.14} {}
if {![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312] && ![variant_isset python314] } {
default_variants +python313
if {![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312] && ![variant_isset python313] } {
default_variants +python314
}
foreach pv {314 313 312 311 310} {