Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: Makefile
===================================================================
--- Makefile	(revision 447)
+++ Makefile	(revision 448)
@@ -65,7 +65,7 @@
 REQUIRES          += libs/icu4c/76.1
 REQUIRES          += libs/readline/8.2
 REQUIRES          += dev/python2/2.7.18
-REQUIRES          += dev/python3/3.10.8
+REQUIRES          += dev/python3/3.12.9
 
 # ======= __END_OF_REQUIRES__ =======
 
@@ -144,7 +144,7 @@
 
 
 PYTHON2_VERSION = 2.7
-PYTHON3_VERSION = 3.10
+PYTHON3_VERSION = 3.12
 
 
 WITH_PYTHON2         = $(PYTHON2)