Skip to content

Commit

Permalink
no stack_v2 on 3.13 because it doesnt compile
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Oct 7, 2024
1 parent 9a4b0a2 commit 79f5048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def get_exts_for(name):
)

# Echion doesn't build on 3.7, so just skip it outright for now
if sys.version_info >= (3, 8):
if sys.version_info >= (3, 8) and sys.version_info < (3, 13):
ext_modules.append(
CMakeExtension(
"ddtrace.internal.datadog.profiling.stack_v2._stack_v2",
Expand Down

0 comments on commit 79f5048

Please sign in to comment.