Skip to content

Commit 89d82c3

Browse files
docs: add details to the release note about 3.13 (#11792)
This change lists everything that is currently known not to work with Python 3.13 ## Checklist - [x] PR author has checked that all the criteria below are met - The PR description includes an overview of the change - The PR description articulates the motivation for the change - The change includes tests OR the PR description describes a testing strategy - The PR description notes risks associated with the change, if any - Newly-added code is easy to change - The change follows the [library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) - The change includes or references documentation updates if necessary - Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) ## Reviewer Checklist - [ ] Reviewer has checked that all the criteria below are met - Title is accurate - All changes are related to the pull request's stated goal - Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes - Testing strategy adequately addresses listed risks - Newly-added code is easy to change - Release note makes sense to a user of the library - If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment - Backport labels are set in a manner that is consistent with the [release branch maintenance policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting) --------- Co-authored-by: Vítor De Araújo <[email protected]>
1 parent e9dbe4f commit 89d82c3

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed
Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,52 @@
11
---
22
upgrade:
33
- |
4-
Makes the library compatible with Python 3.13
4+
Makes the library compatible with Python 3.13.
5+
6+
The following limitations currently apply to support for Python 3.13:
7+
- ``ddtrace`` is not supported on Windows with Python 3.13
8+
- Appsec Threat Detection is not tested against Django, Flask, or FastAPI with 3.13
9+
- Automatic Service Naming is not tested with 3.13
10+
- The ``ddtrace-run`` entrypoint is not tested with 3.13
11+
- The following products are not tested with 3.13:
12+
- Code Coverage
13+
- Appsec IAST
14+
- Data Streams Monitoring
15+
- CI Visibility
16+
- Continuous Profiling
17+
- The following integrations are not tested with 3.13:
18+
- aiobotocore
19+
- aiomysql
20+
- aiopg
21+
- anthropic
22+
- asyncpg
23+
- avro
24+
- botocore
25+
- confluent-kafka
26+
- consul
27+
- django
28+
- falcon
29+
- fastapi
30+
- freezegun
31+
- gevent
32+
- google_generativeai
33+
- grpcio
34+
- gunicorn
35+
- langchain
36+
- mysqlclient
37+
- opentracing
38+
- protobuf
39+
- psycopg
40+
- psycopg2
41+
- pymysql
42+
- pyodbc
43+
- pytest
44+
- pytest-bdd
45+
- pytest-benchmark
46+
- sanic
47+
- selenium
48+
- sqlalchemy
49+
- sqlite3
50+
- starlette
51+
- tornado
52+
- vertexai

0 commit comments

Comments
 (0)