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: 0.1.10/Makefile
===================================================================
--- 0.1.10/Makefile	(revision 447)
+++ 0.1.10/Makefile	(revision 448)
@@ -153,7 +153,7 @@
 PYTHON_MAJOR_VERSION = 2
 
 ifeq ($(PYTHON_MAJOR_VERSION),3)
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 extra_configure_switches += --with-python=$(PYTHON3)
 
 python_environment  = PYTHON_VERSION=$(PYTHON_VERSION)
Index: 0.1.10-ppc32/Makefile
===================================================================
--- 0.1.10-ppc32/Makefile	(revision 447)
+++ 0.1.10-ppc32/Makefile	(revision 448)
@@ -108,7 +108,7 @@
 PYTHON_MAJOR_VERSION = 2
 
 ifeq ($(PYTHON_MAJOR_VERSION),3)
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 extra_configure_switches += --with-python=$(PYTHON3)
 
 python_environment  = PYTHON_VERSION=$(PYTHON_VERSION)
Index: 0.1.10-x86_32/Makefile
===================================================================
--- 0.1.10-x86_32/Makefile	(revision 447)
+++ 0.1.10-x86_32/Makefile	(revision 448)
@@ -105,7 +105,7 @@
 PYTHON_MAJOR_VERSION = 2
 
 ifeq ($(PYTHON_MAJOR_VERSION),3)
-PYTHON_VERSION = 3.10
+PYTHON_VERSION = 3.12
 extra_configure_switches += --with-python=$(PYTHON3)
 
 python_environment  = PYTHON_VERSION=$(PYTHON_VERSION)