diff options
| author | Eli Schwartz <eschwartz93@gmail.com> | 2025-10-31 12:11:09 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2025-10-31 12:11:09 -0400 |
| commit | 1f22369d880dd4f0993c26f103c682da21b70287 (patch) | |
| tree | caf11a06c7e9562bb564fe6245ad846c8b8865aa /.github/workflows | |
| parent | 85a5abacfc4de902638d9e3f2ddc0d26ce9cc433 (diff) | |
| download | meson-1f22369d880dd4f0993c26f103c682da21b70287.tar.gz | |
ci: pin python for pylint to 3.13 to avoid "deprecated in 3.14"
It is not overridable via --py-version, astoundingly.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d9a7836c5..7161b6127 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.x' + python-version: '3.13' - run: python -m pip install pylint - run: pylint --output-format colorized mesonbuild |
