We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99925db commit ff7f9deCopy full SHA for ff7f9de
.github/workflows/ci.yml
@@ -14,6 +14,7 @@ env:
14
TOX_TESTENV_PASSENV: FORCE_COLOR
15
PIP_DISABLE_PIP_VERSION_CHECK: "1"
16
PIP_NO_PYTHON_VERSION_WARNING: "1"
17
+ # Keep in sync with .pre-commit-config.yaml/default_language_version/python.
18
PYTHON_LATEST: "3.11"
19
# avoid warnings about shallow checkout, but also make sure pytest accepts us.
20
SETUPTOOLS_SCM_PRETEND_VERSION: "99.9.9"
.pre-commit-config.yaml
@@ -3,6 +3,7 @@ ci:
3
autoupdate_schedule: monthly
4
5
default_language_version:
6
+ # Keep in sync with ci.yml/PYTHON_LATEST
7
python: python3.11
8
9
repos:
0 commit comments