File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ set pgdefault "${pgdefault}} { default_variants +postgresql17 }"
243243eval ${pgdefault}
244244
245245# Python variants
246- set python_suffixes {310 311 312 313}
246+ set python_suffixes {310 311 312 313 314 }
247247set python_variants {}
248248set plugin_variants {}
249249foreach pyver ${python_suffixes} {
@@ -349,7 +349,7 @@ foreach pyver ${python_suffixes} {
349349 set python_default " ${python_default} !\[ variant_isset python${pyver} \] && "
350350}
351351set python_default [string range ${python_default} 0 end-4]
352- set python_default " ${python_default} } { default_variants +python313 }"
352+ set python_default " ${python_default} } { default_variants +python314 }"
353353eval ${python_default}
354354
355355# Python support default
@@ -358,7 +358,7 @@ foreach pyver ${python_suffixes} {
358358 set python_default " ${python_default} !\[ variant_isset plugin_support${pyver} \] && "
359359}
360360set python_default [string range ${python_default} 0 end-4]
361- set python_default " ${python_default} } { default_variants +plugin_support313 }"
361+ set python_default " ${python_default} } { default_variants +plugin_support314 }"
362362eval ${python_default}
363363
364364pre-configure {
You can’t perform that action at this time.
0 commit comments