https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274671
Charlie Li <vish...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|lang/python313: New port, |lang/python313: New port, |3.13.4 release |3.13.5 release --- Comment #26 from Charlie Li <vish...@freebsd.org> --- 3.13.5 is now available on phab. Free-threaded/no-GIL mode is a child port as lang/python313t. It took a bit but I think I have the flavour generation logic sorted now, especially for 3.13t since there are now non-numeric comparisons involved. Also managed to eliminate the port LLVM dependency for JIT, as it would have been a circular dependency if the Python port being built is ${PYTHON_DEFAULT}. Proper flavour generation was important since lang/cython is not compatible with this Python version; poudriere was showing invalid flavour rather than ignored before fixing. Just need some further confirmation (anyone can do this part) that packages generally build and package properly under both 3.13 and 3.13t. -- You are receiving this mail because: You are the assignee for the bug.