summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f8d9484b1bc..276a55a8b0a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1315,6 +1315,8 @@ data types.")
1315 (license license:psfl))) 1315 (license license:psfl)))
1316 1316
1317;; Next 3.x version. 1317;; Next 3.x version.
1318;; Make sure that the name of the package is altered as well to avoid
1319;; conflicts, see: <https://codeberg.org/guix/guix/issues/9255>.
1318(define-public python-next python-3.13) 1320(define-public python-next python-3.13)
1319 1321
1320;; Current 3.x version. 1322;; Current 3.x version.