summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2025-01-23 10:47:05 +0100
committerAndreas Enge <andreas@enge.fr>2025-04-16 11:46:08 +0200
commitaf689c976591dd9c7d2bfed50c1b900ff496b87a (patch)
treea351633637746a35c3b9fa09fce61ce4945d4e1b /gnu/packages/python.scm
parentfb4f9823fb42e05c3c399cf61631e0b0af4643c6 (diff)
gnu: Default to Python 3.11.
* gnu/packages/python.scm (python-3): Point to python-3.11. Change-Id: I0335ced5a24a5318b71e4c3fdcdbad6cd9e9c5c5
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 27b416219de..0c5acfcc987 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1429,7 +1429,7 @@ data types.")
1429(define-public python-next python-3.12) 1429(define-public python-next python-3.12)
1430 1430
1431;; Current 3.x version. 1431;; Current 3.x version.
1432(define-public python-3 python-3.10) 1432(define-public python-3 python-3.11)
1433 1433
1434;; Current major version. 1434;; Current major version.
1435(define-public python python-3) 1435(define-public python python-3)