From 9d05229192c812d06e73a5cab06046a92692eff5 Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Fri, 24 Oct 2025 16:09:04 -0400 Subject: [PATCH] oof2: drop python39 variant --- science/oof2/Portfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/oof2/Portfile b/science/oof2/Portfile index 238263d44d3..a37313537dc 100644 --- a/science/oof2/Portfile +++ b/science/oof2/Portfile @@ -43,7 +43,7 @@ depends_run port:adwaita-icon-theme configure.args-append -DOOF2_SWIG_VERSION=4.1 # Create a variant for each supported python version -set python_versions {39 310 311 312} +set python_versions {310 311 312} foreach v ${python_versions} { # Create a list of the other python versions, which this variant # is incompatible with.