nangui: drop EOL Python variants, add python31[2,3] variants

This commit is contained in:
Renee Otten
2025-11-05 09:14:14 -05:00
parent a666d73ec0
commit 8878eab166
+1 -1
View File
@@ -267,7 +267,7 @@ if {${os.major} >= 17} {
### The following code was adapted from the portfiles
### of ports such as openvdb and openimageio
set pythons_suffixes {34 35 36 37 38}
set pythons_suffixes {312 313}
set pythons_ports {}
foreach s ${pythons_suffixes} {