Skip to content

Commit 7aed6d4

Browse files
fix(releasenotes): highlight note regarding 3.11 support (#4409) (#4425)
The note about lack of compatibility should be highlighted. Co-authored-by: Kyle Verhoog <[email protected]> (cherry picked from commit 6561677) Co-authored-by: Tahir H. Butt <[email protected]>
1 parent 6ba761c commit 7aed6d4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

releasenotes/notes/python311-tracer-a7077c0e461622d2.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
---
22
prelude: >
3-
Initial library support has been added for Python 3.11. Continuous Profiler and Dynamic Instrumentation are not yet compatible and must be disabled in order to use the library with Python 3.11. Support for Continuous Profiler and Dynamic Instrumentation will be added in a future release.
4-
For full Python 3.11 support status please see: https://github.com/DataDog/dd-trace-py/issues/4149
3+
Initial library support has been added for Python 3.11.
4+
5+
6+
.. note::
7+
Continuous Profiler and Dynamic Instrumentation are not yet compatible and must be disabled in order to use the library with Python 3.11. Support for them will be added in a future release. To track the status, see the `Support Python 3.11 <https://github.com/DataDog/dd-trace-py/issues/4149>`_ issue on GitHub.
8+
9+
510
features:
611
- |
712
tracer: added support for Python 3.11.

0 commit comments

Comments
 (0)