summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-06-10 14:07:27 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-06-10 14:07:27 +0100
commit539264dc275ffd79a6d814d037764bac2afa52b7 (patch)
tree8ba51c658d58312446e2c21607b5de9e31d72565 /gnu/packages/python.scm
parent272ca20778da5b6e6e54a7463f8bf188282c2140 (diff)
gnu: python-next: Set to python-3.13.
* gnu/packages/python.scm (python-next): Set to python-3.13. Change-Id: I1b4fc122d84ee351990138c68a53c27eb2525a00
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c80ecf18a0e..e43bbbcef94 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1315,7 +1315,7 @@ data types.")
1315 (license license:psfl))) 1315 (license license:psfl)))
1316 1316
1317;; Next 3.x version. 1317;; Next 3.x version.
1318(define-public python-next python-3.12) 1318(define-public python-next python-3.13)
1319 1319
1320;; Current 3.x version. 1320;; Current 3.x version.
1321(define-public python-3 python-3.12) 1321(define-public python-3 python-3.12)