Skip to content

Commit 0df1929

Browse files
committed
Fix version
1 parent 8b4a47e commit 0df1929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_files/tests/testing_tools/adapter/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
def is_python313_or_later():
29-
return sys.version_info >= (3, 1, 3)
29+
return sys.version_info >= (3, 13)
3030

3131

3232
def test_isolated_imports():

0 commit comments

Comments
 (0)