Update main Python to 3.13

This commit is contained in:
Karolina Surma 2023-10-16 16:45:02 +02:00
commit a389cc4674
2 changed files with 5 additions and 2 deletions

View file

@ -17,7 +17,7 @@
# There are two macros:
#
# This always contains the major.minor version (with dots), default for %%python3_version.
%__default_python3_version 3.12
%__default_python3_version 3.13
#
# The pkgname version that determines the alternative provide name (e.g. python3.9-foo),
# set to the same as above, but historically hasn't included the dot.