Skip to content

Commit ff7f9de

Browse files
committed
Document latest Python sync req
1 parent 99925db commit ff7f9de

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ env:
1414
TOX_TESTENV_PASSENV: FORCE_COLOR
1515
PIP_DISABLE_PIP_VERSION_CHECK: "1"
1616
PIP_NO_PYTHON_VERSION_WARNING: "1"
17+
# Keep in sync with .pre-commit-config.yaml/default_language_version/python.
1718
PYTHON_LATEST: "3.11"
1819
# avoid warnings about shallow checkout, but also make sure pytest accepts us.
1920
SETUPTOOLS_SCM_PRETEND_VERSION: "99.9.9"

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ci:
33
autoupdate_schedule: monthly
44

55
default_language_version:
6+
# Keep in sync with ci.yml/PYTHON_LATEST
67
python: python3.11
78

89
repos:

0 commit comments

Comments
 (0)