Skip to content

Commit

Permalink
merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Feb 6, 2025
1 parent 147891b commit 8620f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/settings/asm.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class ASMConfig(Env):
_bypass_instrumentation_for_waf = False

# IAST supported on python 3.6 to 3.13 and never on windows
_iast_supported: bool = ((3, 8, 0) <= sys.version_info < (3, 14, 0)) and not (
_iast_supported: bool = ((3, 6, 0) <= sys.version_info < (3, 14, 0)) and not (
sys.platform.startswith("win") or sys.platform.startswith("cygwin")
)

Expand Down

0 comments on commit 8620f4c

Please sign in to comment.