Skip to content

Commit

Permalink
Add minimum Python requirement (#1626)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrex authored Feb 24, 2021
1 parent 03c6b73 commit 99128b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@

This page describes the Python [OpenTelemetry](https://opentelemetry.io/) implementation. OpenTelemetry is an observability framework for cloud-native software.

## Requirements
Unless otherwise noted, all published artifacts support Python 3.5 or higher. See CONTRIBUTING.md for additional instructions for building this project for development.

## Getting started

The goal of OpenTelemetry is to provide a single set of APIs to capture distributed traces and metrics from your application and send them to an observability platform. This project lets you do just that for applications written in Python.
Expand Down
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ This documentation describes the :doc:`opentelemetry-api <api/api>`,
**Please note** that this library is currently in _beta_, and shouldn't
generally be used in production environments.

Requirement
-----------
OpenTelemetry-Python supports Python 3.5 and higher.

Installation
------------

Expand Down

0 comments on commit 99128b3

Please sign in to comment.