Skip to content

Commit 99128b3

Browse files
author
alrex
authored
Add minimum Python requirement (#1626)
1 parent 03c6b73 commit 99128b3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040

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

43+
## Requirements
44+
Unless otherwise noted, all published artifacts support Python 3.5 or higher. See CONTRIBUTING.md for additional instructions for building this project for development.
45+
4346
## Getting started
4447

4548
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.

docs/index.rst

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ This documentation describes the :doc:`opentelemetry-api <api/api>`,
1414
**Please note** that this library is currently in _beta_, and shouldn't
1515
generally be used in production environments.
1616

17+
Requirement
18+
-----------
19+
OpenTelemetry-Python supports Python 3.5 and higher.
20+
1721
Installation
1822
------------
1923

0 commit comments

Comments
 (0)