aboutsummaryrefslogtreecommitdiff
path: root/lang/python313/Makefile.version
Commit message (Collapse)AuthorAgeFilesLines
* lang/python313: update to 3.13.12Charlie Li2026-02-051-1/+1
| | | | | | Changelog: https://docs.python.org/3.13/whatsnew/changelog.html#python-3-13-12-final Security: bfe9adc8-0224-11f1-8790-c5fb948922ad
* lang/python313: update to 3.13.11Charlie Li2025-12-101-1/+1
| | | | Changelog: https://docs.python.org/3.13/whatsnew/changelog.html#python-3-13-11-final
* lang/python313: Update to 3.13.10Wen Heping2025-12-031-1/+1
|
* lang/python313: addWen Heping2025-11-011-0/+7
What's new: https://docs.python.org/3/whatsnew/3.13.html Most notably, introduce free-threaded mode. As this mode changes the ABI, the entire distribution lives in a separate hierarchy, and thus a new child port (lang/python313t) and FLAVOR (py313t) are introduced. Co-authored-by: vishwin PR: 274671 Differential Revision: https://reviews.freebsd.org/D49680