Update to Python 3.14.0

This commit is contained in:
Karolina Surma 2025-10-07 17:07:19 +02:00
commit c6a9f6fe3b
5 changed files with 13 additions and 10 deletions

View file

@ -46,7 +46,7 @@ URL: https://www.python.org/
# WARNING When rebasing to a new Python version,
# remember to update the python3-docs package as well
%global general_version %{pybasever}.0
%global prerel rc3
#global prerel ...
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 1%{?dist}
@ -1771,6 +1771,9 @@ CheckPython freethreading
# ======================================================
%changelog
* Tue Oct 07 2025 Karolina Surma <ksurma@redhat.com> - 3.14.0-1
- Update to Python 3.14.0
* Thu Sep 18 2025 Karolina Surma <ksurma@redhat.com> - 3.14.0~rc3-1
- Update to Python 3.14.0rc3
- The .pyc magic number was bumped again