Skip to content

Commit 697b731

Browse files
linusgspholz
authored andcommitted
Ports: Update Python to 3.13.3
Released on 2025-04-08. https://www.python.org/downloads/release/python-3133/
1 parent 1784003 commit 697b731

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Ports/AvailablePorts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
275275
| [`protobuf`](protobuf/) | Protocol Buffers | 24.3 | https://protobuf.dev/ |
276276
| [`pt2-clone`](pt2-clone/) | ProTracker 2 clone | 1.63 | https://github.com/8bitbubsy/pt2-clone |
277277
| [`pv`](pv/) | Pipe Viewer | 1.6.20 | http://www.ivarch.com/programs/pv.shtml |
278-
| [`python3`](python3/) | Python | 3.13.2 | https://www.python.org/ |
278+
| [`python3`](python3/) | Python | 3.13.3 | https://www.python.org/ |
279279
| [`qemu`](qemu/) | QEMU | 8.1.3 | https://qemu.org |
280280
| [`qoi`](qoi/) | Quite OK Image Format for fast, lossless image compression | 351450e | https://github.com/phoboslab/qoi |
281281
| [`qop`](qop/) | The Quite OK Package Format for bare bones file packages | 8dbec2d | https://github.com/phoboslab/qop |

Ports/python3/version.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
PYTHON_VERSION="3.13.2"
2-
PYTHON_VERSION_WITHOUT_SUFFIX="3.13.2" # PYTHON_VERSION but without the a1/b1/rc1/... suffix
1+
PYTHON_VERSION="3.13.3"
2+
PYTHON_VERSION_WITHOUT_SUFFIX="3.13.3" # PYTHON_VERSION but without the a1/b1/rc1/... suffix
33
PYTHON_ARCHIVE="Python-${PYTHON_VERSION}.tar.xz"
44
PYTHON_ARCHIVE_URL="https://www.python.org/ftp/python/${PYTHON_VERSION_WITHOUT_SUFFIX}/${PYTHON_ARCHIVE}"
5-
PYTHON_ARCHIVE_SHA256SUM="d984bcc57cd67caab26f7def42e523b1c015bbc5dc07836cf4f0b63fa159eb56"
5+
PYTHON_ARCHIVE_SHA256SUM="40f868bcbdeb8149a3149580bb9bfd407b3321cd48f0be631af955ac92c0e041"

0 commit comments

Comments
 (0)