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)
@@ -15,7 +15,7 @@
 REQUIRES           = libs/gobject-introspection/1.76.1
 REQUIRES          += libs/glib2/2.76.0-x86_32
 REQUIRES          += libs/libffi/3.4.7-x86_32
-REQUIRES          += dev/python3/3.10.8-x86_32
+REQUIRES          += dev/python3/3.12.9-x86_32
 
 # ======= __END_OF_REQUIRES__ =======
 
@@ -99,7 +99,7 @@
 extra_configure_switches += -Dgtk_doc=false
 
 
-PYTHON3_VERSION = 3.10
+PYTHON3_VERSION = 3.12
 
 python_environment  = PYTHON=$(PYTHON3)
 python_environment += PYTHONPATH='$(TARGET_DEST_DIR)/usr/lib$(MULTILIB_X86_32_SUFFIX)/python$(PYTHON3_VERSION)/lib-dynload'