Update main Python to 3.15

This commit is contained in:
Miro Hrončok 2026-06-03 10:42:33 +02:00
commit 72dd256d97
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.14
%__default_python3_version 3.15
#
# 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.