1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 06:45:55 +02:00

gnu: Default to Python 3.11.

* gnu/packages/python.scm (python-3): Point to python-3.11.

Change-Id: I0335ced5a24a5318b71e4c3fdcdbad6cd9e9c5c5
This commit is contained in:
Ricardo Wurmus
2025-01-23 10:47:05 +01:00
committed by Andreas Enge
parent fb4f9823fb
commit af689c9765
+1 -1
View File
@@ -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)