Skip to content

Commit

Permalink
fix version check
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Aug 22, 2023
1 parent bc6c7b0 commit cbfb5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -2453,7 +2453,7 @@ def test_complete_symbol_bad_as_1(frontend, tmp):


@pytest.mark.skipif(
sys.version_info == (3, 7),
sys.version_info < (3, 8),
reason="We're dropping support for 3, 7 anyways",
)
@retry
Expand Down

0 comments on commit cbfb5c2

Please sign in to comment.