Skip to main content
Redhat Developers  Logo
  • Products

    Platforms

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat AI
      Red Hat AI
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • View All Red Hat Products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat Developer Hub
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat OpenShift Local
    • Red Hat Developer Sandbox

      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Openshift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • View All Technologies
    • Programming Languages & Frameworks

      • Java
      • Python
      • JavaScript
    • System Design & Architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer Productivity

      • Developer productivity
      • Developer Tools
      • GitOps
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Secure Development & Architectures

      • Security
      • Secure coding
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • AI/ML
      AI/ML Icon
    • View All Learning Resources

    E-Books

    • GitOps Cookbook
    • Podman in Action
    • Kubernetes Operators
    • The Path to GitOps
    • View All E-books

    Cheat Sheets

    • Linux Commands
    • Bash Commands
    • Git
    • systemd Commands
    • View All Cheat Sheets

    Documentation

    • Product Documentation
    • API Catalog
    • Legacy Documentation
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

Install Python 3.13 on Red Hat Enterprise Linux from EPEL

Python 3.13 now available in EPEL 9 and EPEL 10

September 22, 2025
Karolina Surma
Related topics:
LinuxPython
Related products:
Red Hat Enterprise Linux

Share:

    Python 3.13 packages are now available in the Extra Packages for Enterprise Linux (EPEL) repositories for Red Hat Enterprise Linux 9 and 10 (starting from EPEL 10.1). This provides a way for developers using  RHEL and CentOS Stream to work with the latest Python version.

    This article outlines how to install Python 3.13 from EPEL and explains its availability in the context of the Red Hat Enterprise Linux ecosystem.

    How to install Python 3.13

    First, ensure the EPEL repository is enabled on your system. Follow the instructions published in the official documentation to enable the repository compatible with your operating system.

    Once the EPEL repository is enabled, you can install Python 3.13.

    sudo dnf install python3.13

    To verify the installation, check the version (the printed value should be Python 3.13.7 or similar):

    python3.13 --version

    Available packages and use of virtual environments

    The EPEL repository provides the core Python 3.13 interpreter, its standard library, and essential tools like pip, setuptools, packaging, and flit-core.

    For managing project dependencies, it is recommended to use virtual environments. This isolates package requirements on a per-project basis.

    1. Create a virtual environment:

      python3.13 -m venv venv
    2. Activate the environment:

      . venv/bin/activate
    3. With that, the prefix (venv) should appear before the shell prompt symbol, indicating the virtual environment is currently active. Use Python and pip: Inside the activated environment, the python and pip commands are aliased to the 3.13 versions.

      python --version
    4. Install development packages into the virtual environment:

      python -m pip install numpy pandas

    Availability in EPEL versus RHEL

    The inclusion of software in the official RHEL repositories differs from its inclusion in the Extra Packages for Enterprise Linux repository. The decision to make Python 3.13 available in EPEL rather than base RHEL is based on several factors:

    • Maintenance and support: Red Hat Enterprise Linux provides a long-term support lifecycle (up to 10 years). Including a new software stack like Python represents a significant, long-term maintenance commitment for Red Hat.
    • System stability: The primary goal of Red Hat Enterprise Linux is stability. Adding new major versions of software to the base OS is done cautiously to avoid potential conflicts and to minimize the system's attack surface.
    • Release cadence policy: The RHEL team has generally been releasing 2 out of every 3 new Python versions to balance modernization with the goals of stability and supportability. For example, Red Hat Enterprise Linux 9 includes Python 3.9, 3.11, and 3.12, skipping 3.10.

    This is the role that EPEL fills. As a community-maintained repository, EPEL can provide newer software versions to users who need them, without affecting the stability and support commitments of the underlying enterprise distribution.

    Summary

    Python 3.13 is now accessible for users of Red Hat Enterprise Linux 9 and 10 and its derivatives through the community-supported EPEL repository. This allows for development and testing with the newest Python features in Enterprise Linux.

    Learn more about getting access to Red Hat Enterprise Linux with a Red Hat Developer subscription.

    Related Posts

    • How to install multiple versions of Python on Red Hat Enterprise Linux

    • Why some agentic AI developers are moving code from Python to Rust

    • What qualifies for Red Hat Developer Subscription for Teams?

    • How RHEL provides secure and stable Python streams

    • How to package Go applications in RHEL 10

    • Getting started with RHEL on WSL

    Recent Posts

    • Install Python 3.13 on Red Hat Enterprise Linux from EPEL

    • Zero trust automation on AWS with Ansible and Terraform

    • Cloud bursting with confidential containers on OpenShift

    • Reach native speed with MacOS llama.cpp container inference

    • A deep dive into Apache Kafka's KRaft protocol

    What’s up next?

    Download the Red Hat Enterprise Linux 10 cheat sheet. Whether you're deploying to the cloud, managing systems, or working with containers, this guide provides the key information you need for executing essential commands, image building, and system management.

    Get the cheat sheet
    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform

    Build

    • Developer Sandbox
    • Developer Tools
    • Interactive Tutorials
    • API Catalog

    Quicklinks

    • Learning Resources
    • E-books
    • Cheat Sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site Status Dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2025 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Report a website issue