Skip to content

Commit 1ba5139

Browse files
committed
[py-conprof] Remove eol version 3.7 from CI
1 parent 040e953 commit 1ba5139

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
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==3.2.1"],
18+
install_requires=["ddtrace==2.9.1"],
1919
description="Blackfire Continuous Profiler",
2020
long_description=long_description,
2121
long_description_content_type="text/markdown",
@@ -33,6 +33,5 @@
3333
"Programming Language :: Python :: 3.10",
3434
"Programming Language :: Python :: 3.11",
3535
"Programming Language :: Python :: 3.12",
36-
"Programming Language :: Python :: 3.13",
3736
],
3837
)

0 commit comments

Comments
 (0)