Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPM spec: modernize with Python 3.12 for EL8+ #2653

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

space88man
Copy link

@space88man space88man commented Nov 28, 2024

  • modernize Python to 3.12 for EL8, EL9
  • track bookworm packaging which has dropped -mod-python and only has -mod-python3

Since we no longer need to build for CentOS 7, modernize Python to 3.12 in RPM spec file for EL8, EL9 distros.

Why Python 3.12?

  • RHEL8 is at extended maintenance phase; final Python is 3.12
  • RHEL9 ships with Python 3.12
  • (future) RHEL10, now CentOS Stream 10, looks likely to ship Python 3.12 as default (FUTURE: if/else needed as the package is called python3 instead of python3.12)

The choice of 3.12 looks to cover three generations of RHEL.

Addresses: #2654

- since we no longer build for CentOS modernize Python to
  3.12 for EL8, EL9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant