Skip to content

Commit

Permalink
Update tests/internal/bytecode_injection/test_core.py
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Abbati <[email protected]>
  • Loading branch information
dubloom and labbati authored Jan 20, 2025
1 parent c62aafe commit 364ce24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/internal/bytecode_injection/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pytest


if sys.version_info[:2] >= (3, 10) and sys.version_info[:2] < (3, 2):
if sys.version_info[:2] >= (3, 10) and sys.version_info[:2] < (3, 12):
from ddtrace.internal.bytecode_injection.core import InjectionContext
from ddtrace.internal.bytecode_injection.core import inject_invocation

Expand Down

0 comments on commit 364ce24

Please sign in to comment.