Skip to content

Commit

Permalink
fix: Restore information about supported Python versions (#1112)
Browse files Browse the repository at this point in the history
* fix: Restore information about supported Python versions

As part of #1066 this
information was lost.

* fix: Add information about integrations requirements
  • Loading branch information
untitaker authored Jul 15, 2019
1 parent a44db42 commit 8b864b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/collections/_documentation/platforms/python/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Install our Python SDK using `pip`:
$ pip install --upgrade sentry-sdk
```

The SDK provides support for Python 2.7 and 3.4 or later. [Integrations](#integrations) with specific frameworks (particularly asynchronous ones) may impose additional requirements though.

{% include components/alert.html
title="Upgrading the SDK and want to understand what's new?"
content="Have a look at the [Changelog](https://github.com/getsentry/sentry-python/releases)."
Expand Down

0 comments on commit 8b864b7

Please sign in to comment.