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)
@@ -19,7 +19,7 @@
 REQUIRES          += libs/libedit/20191231-3.1-x86_32
 REQUIRES          += libs/ncurses/6.5-x86_32
 REQUIRES          += dev/python2/2.7.18-x86_32
-REQUIRES          += dev/python3/3.10.8-x86_32
+REQUIRES          += dev/python3/3.12.9-x86_32
 REQUIRES          += dev/lua/5.4.2-x86_32
 
 # ======= __END_OF_REQUIRES__ =======
@@ -266,7 +266,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)