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)
@@ -67,7 +67,7 @@
 REQUIRES          += libs/libedit/20191231-3.1
 REQUIRES          += libs/ncurses/6.5
 REQUIRES          += dev/python2/2.7.18
-REQUIRES          += dev/python3/3.10.8
+REQUIRES          += dev/python3/3.12.9
 REQUIRES          += dev/lua/5.4.2
 
 # ======= __END_OF_REQUIRES__ =======
@@ -378,7 +378,7 @@
 configure_switches += -DLLDB_TOOL_LLDB_SERVER_BUILD=$(lldb-server)
 
 
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 
 configure_switches += -DPython3_EXECUTABLE=$(PYTHON3)
 configure_switches += -DPython3_INCLUDE_DIRS=$(TARGET_DEST_DIR)/usr/include/python$(PYTHON_VERSION)