Skip to content

Commit b7e052f

Browse files
authored
ref: Make note about supported versions more generic (#14364)
We have an info note on some Python integration pages that suggests switching to an older SDK major if a framework/Python version is not supported on the current one. Currently it mentions specific SDK versions. Make it more generic so that it doesn't get out of date if we release a new major.
1 parent d6420e1 commit b7e052f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Alert>
22

3-
The versions above apply for Sentry Python SDK version `2.0+`, which drops support for some legacy Python and framework versions. If you're looking to use Sentry with older Python or framework versions, consider using an SDK version from the `1.x` major line of releases.
3+
The versions above apply for the current major version of the Python SDK. If you're looking to use Sentry with older Python or framework versions, consider using an older major version of the SDK.
44

55
</Alert>

0 commit comments

Comments
 (0)