From b0d0b99cc67c3d259e1a5ad6eebdac1f52418b66 Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Wed, 5 Aug 2026 17:11:21 +0200 Subject: [PATCH 1/3] Python 3.14.7 and 3.13.15 are now available! --- content/posts/python-3147-31315/index.md | 55 ++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 content/posts/python-3147-31315/index.md diff --git a/content/posts/python-3147-31315/index.md b/content/posts/python-3147-31315/index.md new file mode 100644 index 0000000..15c2443 --- /dev/null +++ b/content/posts/python-3147-31315/index.md @@ -0,0 +1,55 @@ +--- +title: 'Python 3.14.7 and 3.13.15 are now available!' +publishDate: '2026-08-05' +author: Thomas Wouters +description: 'A pair of bug fix releases await your upgrade.' +tags: + - releases +published: true +--- + +## Python 3.14.7 + +Python 3.14.7 is the seventh maintenance release of 3.14, containing around +499 bugfixes, build improvements and documentation changes from 86 +contributors since 3.14.6. + +https://www.python.org/downloads/release/python-3147/ + + +## Python 3.13.15 + +Python 3.13.15 is the fifteenth maintenance release of 3.13, containing +around 400 bugfixes, build improvements and documentation changes since +3.13.14. + +https://www.python.org/downloads/release/python-31315/ + + +## More resources + +- [Online documentation](https://docs.python.org/3/) +- [PEP 745](https://peps.python.org/pep-0745/), 3.14 Release Schedule +- [PEP 719](https://peps.python.org/pep-0719/), 3.13 Release Schedule +- Report bugs at [github.com/python/cpython/issues](https://github.com/python/cpython/issues) +- [Help fund Python directly](https://www.python.org/psf/donations/python-dev/) (or via [GitHub Sponsors](https://github.com/sponsors/python)) and support [the Python community](https://www.python.org/psf/donations/) + + +## And now for something completely different + +Hugo is at the dentist, so it's left to me to remind you: pie is bad for +your teeth! + + +## Enjoy the new releases + +Thanks to all of the many volunteers who help make Python development and these releases possible! Please consider supporting our efforts by volunteering yourself or through organisation contributions to the [Python Software Foundation](https://www.python.org/psf/donations/). + + + +Your release team,
+Thomas Wouters
+Hugo van Kemenade
+Ned Deily
+Steve Dower
+Łukasz Langa From c54a99cfb8d43e74dd289416a8407678cd4d2cd8 Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Wed, 5 Aug 2026 17:15:43 +0200 Subject: [PATCH 2/3] Use a more appropriate pi fact from the 3.14.7 release page. --- content/posts/python-3147-31315/index.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/content/posts/python-3147-31315/index.md b/content/posts/python-3147-31315/index.md index 15c2443..22aabd7 100644 --- a/content/posts/python-3147-31315/index.md +++ b/content/posts/python-3147-31315/index.md @@ -37,8 +37,14 @@ https://www.python.org/downloads/release/python-31315/ ## And now for something completely different -Hugo is at the dentist, so it's left to me to remind you: pie is bad for -your teeth! +On 2nd August 2010, Shigeru Kondo calculated π to 5 trillion digits using +y-cruncher 0.5.4. It took 90 days using 12 cores, 96 GiB RAM and 39 TB +storage on Windows Server 2008 R2. + +The current record is 314 trillion digits from 18 November 2025, calculated +by Kevin O'Brien, Divyansh Jain, Brian Beeler using y-cruncher 0.8.6. This +took 110 days using 384 cores, 1.5 TiB RAM and 2.4 PB storage on Ubuntu +24.04. ## Enjoy the new releases From 8ddfead25479f684a4124f42c1ef40713f8903e4 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 5 Aug 2026 18:32:41 +0300 Subject: [PATCH 3/3] Pitalics --- content/posts/python-3147-31315/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/python-3147-31315/index.md b/content/posts/python-3147-31315/index.md index 22aabd7..aee55b8 100644 --- a/content/posts/python-3147-31315/index.md +++ b/content/posts/python-3147-31315/index.md @@ -37,7 +37,7 @@ https://www.python.org/downloads/release/python-31315/ ## And now for something completely different -On 2nd August 2010, Shigeru Kondo calculated π to 5 trillion digits using +On 2nd August 2010, Shigeru Kondo calculated *π* to 5 trillion digits using y-cruncher 0.5.4. It took 90 days using 12 cores, 96 GiB RAM and 39 TB storage on Windows Server 2008 R2.