diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-23 10:47:05 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:08 +0200 |
commit | af689c976591dd9c7d2bfed50c1b900ff496b87a (patch) | |
tree | a351633637746a35c3b9fa09fce61ce4945d4e1b /gnu/packages/python.scm | |
parent | fb4f9823fb42e05c3c399cf61631e0b0af4643c6 (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.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 27b416219d..0c5acfcc98 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1429,7 +1429,7 @@ data types.") (define-public python-next python-3.12) ;; Current 3.x version. -(define-public python-3 python-3.10) +(define-public python-3 python-3.11) ;; Current major version. (define-public python python-3) |