Skip to content

Commit

Permalink
Integrated changes from PR #43310
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheffl committed Oct 23, 2024
1 parent f233a5c commit 682ec12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/pre_commit/check_min_python_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from common_precommit_utils import console

# update this version when we switch to a newer version of Python
required_version = tuple(map(int, "3.8".split(".")))
required_version = tuple(map(int, "3.9".split(".")))
required_version_str = f"{required_version[0]}.{required_version[1]}"
global_version = tuple(
map(
Expand Down

0 comments on commit 682ec12

Please sign in to comment.