Skip to content

Commit

Permalink
We need 3.11 L
Browse files Browse the repository at this point in the history
  • Loading branch information
Temperz87 committed Nov 21, 2024
1 parent 2459c84 commit 4cda5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-deduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_deduce_errors(deduce_call, path):


python_path = ""
for i in range(10, 13):
for i in range(11, 13):
python_path = os.popen("command -v python3." + str(i)).read()[0: -1] # strip the newline character with the splicing
if python_path != "":
break
Expand Down

0 comments on commit 4cda5e0

Please sign in to comment.