Skip to content

Commit 040e953

Browse files
committed
[python-conprof] Update ddtrace dependency to support 3.13
1 parent 5fc4566 commit 040e953

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
author="Blackfire.io",
1616
packages=['blackfire_conprof', 'blackfire_conprof.bootstrap'],
1717
author_email="[email protected]",
18-
install_requires=["ddtrace==2.9.1"],
18+
install_requires=["ddtrace==3.2.1"],
1919
description="Blackfire Continuous Profiler",
2020
long_description=long_description,
2121
long_description_content_type="text/markdown",
@@ -33,5 +33,6 @@
3333
"Programming Language :: Python :: 3.10",
3434
"Programming Language :: Python :: 3.11",
3535
"Programming Language :: Python :: 3.12",
36+
"Programming Language :: Python :: 3.13",
3637
],
3738
)

0 commit comments

Comments
 (0)