Installation
============

.. include:: ../../README.rst
    :start-after: .. begin installation
    :end-before: .. end installation

Which environments does ``gcovr`` support?

Python:
    3.8+.

    The automated tests run on CPython (versions 3.8, 3.9, 3.10, 3.11, 3.12)
    and a compatible PyPy3.
    Gcovr will only run on Python versions with upstream support.

    Last gcovr release for old Python versions:

    ====== =====
    Python gcovr
    ====== =====
    2.6    3.4
    2.7    4.2
    3.4    4.1
    3.5    4.2
    3.6    5.0
    3.7    6.0
    ====== =====

Operating System:
    Linux, Windows, and macOS.

    The automated tests run on Ubuntu 20.04, 22.04 and Windows Server 2019.

Compiler:
    GCC and Clang.

    The automated tests run on GCC 5, 6, 8, 9, 10, 11 and clang 10, 13, 14, and 15.
