Index: pip/22.2.2/Makefile
===================================================================
--- pip/22.2.2/Makefile (revision 447)
+++ pip/22.2.2/Makefile (revision 448)
@@ -64,7 +64,7 @@
# ======= __END_OF_REQUIRES__ =======
-PYTHON3_VERSION = 3.10
+PYTHON3_VERSION = 3.12
version = 22.2.2
Index: setuptools/65.5.0/Makefile
===================================================================
--- setuptools/65.5.0/Makefile (revision 447)
+++ setuptools/65.5.0/Makefile (revision 448)
@@ -60,11 +60,11 @@
SOURCE_REQUIRES = sources/packages/d/python-modules/setuptools
-REQUIRES = dev/python3/3.10.8
+REQUIRES = dev/python3/3.12.9
# ======= __END_OF_REQUIRES__ =======
-PYTHON3_VERSION = 3.10
+PYTHON3_VERSION = 3.12
version = 65.5.0
@@ -125,7 +125,7 @@
#
# NOTE:
# ====
-# Command `mkdir -p build/scripts-3.10` and install option --root=/ are needed to avoid
+# Command `mkdir -p build/scripts-3.12` and install option --root=/ are needed to avoid
# Python errors related to build procedure and deprecated easy_install utility.
#
@@ -139,7 +139,7 @@
$(build_target): $(src_done)
@( cd $(SRC_DIR) ; \
rm -f setuptools/*.exe ; \
- mkdir -p build/scripts-3.10 ; \
+ mkdir -p build/scripts-3.12 ; \
sed -i 's,^tag_build.*,tag_build =,' setup.cfg ; \
sed -i 's,^tag_date.*,tag_date = 0,' setup.cfg ; \
$(PYTHON3) setup.py egg_info ; \