Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions content/posts/python-3147-31315/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
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

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

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,<br>
Thomas Wouters<br>
Hugo van Kemenade<br>
Ned Deily<br>
Steve Dower<br>
Łukasz Langa