Skip to content

Commit

Permalink
Update test_python.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru authored May 28, 2022
1 parent daa8042 commit ee338c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base-notebook/test_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


def test_python_version(
container: TrackedContainer, python_next_version: str = "3.10"
container: TrackedContainer, python_next_version: str = "3.11"
) -> None:
"""Check that python version is lower than the next version"""
LOGGER.info(f"Checking that python version is lower than {python_next_version}")
Expand Down

0 comments on commit ee338c3

Please sign in to comment.