We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c9bab commit f84bb25Copy full SHA for f84bb25
1 file changed
.github/workflows/lint.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Python
26
uses: actions/setup-python@v5
27
with:
28
- python-version: "3.10"
+ python-version: "3.13"
29
- name: Install nox
30
run: |
31
python -m pip install --upgrade setuptools pip wheel
@@ -34,13 +34,11 @@ jobs:
34
env:
35
BUILD_TYPE: presubmit
36
TEST_TYPE: lint
37
- PY_VERSION: "3.10"
38
39
ci/run_conditional_tests.sh
40
- name: Run lint_setup_py
41
42
43
TEST_TYPE: lint_setup_py
44
45
46
0 commit comments