F41 Change Proposal: Python3.13 (System-Wide)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Wiki Link: https://fedoraproject.org/wiki/Changes/Python3.13

Discussion.fpo Link:
https://discussion.fedoraproject.org/t/f41-change-proposal-python-3-13-system-wide/92897


== Summary ==
Update the Python stack in Fedora from Python 3.12 to Python 3.13, the
newest major release of the Python programming language.

== Owner ==
* Name: [[User:Churchyard|Miro Hrončok]]
* Name: [[User:Ksurma|Karolina Surma]]
* Email: python-maint@xxxxxxxxxx



== Detailed Description ==

We would like to upgrade Python to 3.13 in Fedora 41 thus we are
proposing this plan early.

See the upstream notes at
[https://docs.python.org/dev/whatsnew/3.13.html#what-s-new-in-python-3-13
What's new in 3.13].

=== Important dates and plan ===

* 2023-05-22: Python 3.13 development begins
* 2023-10-13: Python 3.13.0 alpha 1
** Package it as {{package|python3.13}} for testing purposes
** Start the bootstrap procedure in Copr
** Do a mass rebuild against every future release in Copr
* 2023-11-21: Python 3.13.0 alpha 2
* 2023-12-19: Python 3.13.0 alpha 3
* 2024-01-16: Python 3.13.0 alpha 4
* 2024-02-06: Branch Fedora 40, Rawhide becomes future Fedora 41
** The earliest point when we can start rebuilding in Koji side-tag
* 2024-02-13: Python 3.13.0 alpha 5
* 2024-03-12: Python 3.13.0 alpha 6
* 2024-04-09: Python 3.13.0 alpha 7
* 2024-05-07: Python 3.13.0 beta 1
** No new features beyond this point
* 2024-05-28: Python 3.13.0 beta 2
** The ideal point when we can start rebuilding in Koji
* 2024-06-04: Expected side tag-merge (optimistic)
* 2024-06-18: Python 3.13.0 beta 3
* 2024-06-25: Expected side tag-merge (realistic)
* 2024-07-15: Expected side tag-merge (pessimistic)
* 2024-07-16: Python 3.13.0 beta 4
* 2024-07-17: Fedora 41 Mass Rebuild
** The mass rebuild happens with the fourth or third beta. We might
need to rebuild Python packages later in exceptional case.
** If the Koji side-tag is not merged yet at this point, we defer the
change to Fedora 42.
* 2024-07-30: Python 3.13.0 candidate 1
** This serves as "final" for our purposes.
* 2024-08-06: Branch Fedora 41, Rawhide becomes future Fedora 42
* 2024-08-06: Fedora 41 Change Checkpoint: Completion deadline (testable)
* 2024-08-20: Fedora Beta Freeze
** If rebuild with 3.13.0rc1 is needed, we should strive to do it
before the freeze - there is a window of 3 weeks.
* 2024-09-03: Python 3.13.0 candidate 2
* 2024-09-10: Fedora 41 Beta Release (Preferred Target)
** Beta will likely be released with 3.13.0rc1.
* 2024-09-17: Fedora 41 Beta Target date #1
* 2024-10-01: Python 3.13.0 final
* 2024-10-01: Fedora 39 Final Freeze
** We'll update to 3.13.0 final using a freeze exception.
* 2024-10-15: Fedora 39 Preferred Final Target date
* 2024-10-22: Fedora 39 Final Target date #1

(From [https://peps.python.org/pep-0719/#schedule Python 3.13 Release
Schedule] and [https://fedorapeople.org/groups/schedule/f-41/f-41-key-tasks.html
Fedora 41 Release Schedule].)

The schedule might appear somewhat tight for Fedora 41, but Python's
[https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx/message/AKA3USBKFYKUQDSGDK4FNDYYWMKM7XKX/
annual release cycle was adapted for Fedora] and this worked fine
since Python 3.9 and Fedora 33. It is now common that Python is
upgraded on a similar schedule in every odd-numbered Fedora release.

Note that upstream's "release candidates" are frozen except for
blocker bugs. Since we can and will backport blocker fixes between
Fedora and upstream, we essentially treat the Release Candidate as the
final release.

== Benefit to Fedora ==

Fedora aims to showcase the latest in free and open-source software -
we should have the most recent release of Python 3. Packages in Fedora
can use the new features from 3.13.

There's also a benefit to the larger Python ecosystem: by building
Fedora's packages against 3.13 while it's still in development, we can
catch critical bugs before the final 3.13.0 release.

== Scope ==
We will coordinate the work in a side tag and merge when ready.

* Proposal owners:
*# Introduce {{package|python3.13}} for all Fedoras
*# Prepare stuff in Copr as explained in description.
*# Update {{package|python-rpm-macros}} so {{package|python3.13}}
builds {{package|python3}}
*# Build {{package|python3.13}} as the main Python
*# Mass rebuild all the packages that runtime require `python(abi) =
3.12` and/or `libpython3.12.so.1.0` (~4000 known packages in October
2023)
*# Build {{package|python3.13}} as a non-main Python

* Other developers: Maintainers of packages that fail to rebuild
during the rebuilds will be asked, using e-mail and bugzilla, to fix
or remove their packages from the distribution. If any issues appear,
they should be solvable either by communicating with the respective
upstreams first and/or applying downstream patches. Also, the package
maintainers should have a look at:
[https://docs.python.org/dev/whatsnew/3.13.html#porting-to-python-3-13
Porting to Python 3.13]. The python-maint team will be available to
help with fixing issues.

* Release engineering: [https://pagure.io/releng/issue/11728 #11728]

* Policies and guidelines: N/A (not needed for this Change)

* Trademark approval: N/A (not needed for this Change)

* Alignment with Community Initiatives: N/A

== Upgrade/compatibility impact ==
All the packages that depend on Python 3 must be rebuilt. User written
Python 3 scripts/applications may require a small amount of porting,
but mostly Python 3.12 is forward compatible with Python 3.13.

== How To Test ==

Interested testers do not need special hardware. If you have a
favourite Python 3 script, module, or application, please test it with
Python 3.13 and verify that it still works as you would expect. If the
application you are testing does not require any other modules, you
can test it using {{package|python3.13}} even before this change is
implemented, in Fedora 37, 38, 39 or 40.

In case your application requires other modules, or if you are testing
an rpm package, it is necessary to install the 3.13 version of the
python3 rpm. Right now that rpm is available in copr, along with all
other python packages that build successfully with python 3.13. See
https://copr.fedorainfracloud.org/coprs/g/python/python3.13/ for
detailed instructions on how to enable Python 3.13 copr for mock.

Once the change is in place, test if your favorite Python apps are
working as they were before. File bugs if they don't.

== User Experience ==

Regular distro users shouldn't notice any change in system behaviour
other than the Python 3 interpreter will be in version 3.13.

== Dependencies ==

4400+ packages depend on Python 3 and ~4000 packages need rebuilding
when Python is upgraded. See scope section.

== Contingency Plan ==

* Blocks release? Yes, we'd like to block Fedora 41 release on at
least 3.13.0rc1

== Documentation ==

[https://peps.python.org/pep-0719/ Python 3.13 Release Schedule]

[https://docs.python.org/dev/whatsnew/3.13.html#what-s-new-in-python-3-13
What's new in 3.13]

[https://docs.python.org/dev/whatsnew/3.13.html#porting-to-python-3-13
Porting to Python 3.13]

== Release Notes ==
-- 
Aoife Moloney

Product Owner

Community Platform Engineering Team

Red Hat EMEA

Communications House

Cork Road

Waterford
_______________________________________________
devel-announce mailing list -- devel-announce@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-announce-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel-announce@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Users]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux