Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Oct 14, 2024
1 parent 8b4a47e commit 0df1929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_files/tests/testing_tools/adapter/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


def is_python313_or_later():
return sys.version_info >= (3, 1, 3)
return sys.version_info >= (3, 13)


def test_isolated_imports():
Expand Down

0 comments on commit 0df1929

Please sign in to comment.