diff options
| author | 2024-12-21 15:38:08 +0000 | |
|---|---|---|
| committer | 2024-12-21 15:38:08 +0000 | |
| commit | 2fa6fe780ba3908a5b11b296cbcc7ef94fb53df1 (patch) | |
| tree | 02baa23e28deaeb180b74f8df126cf4613ab1db7 /.github | |
| parent | Pin python-freeipa to 1.0.8 (diff) | |
Bump up to Python 3.13
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 462fc72..088ee66 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -16,7 +16,7 @@ jobs: - name: Install Python dependencies uses: HassanAbouelela/actions/setup-python@setup-python_v1.6.0 with: - python_version: "3.12" + python_version: "3.13" - name: Run pre-commit hooks run: SKIP=ruff-lint pre-commit run --all-files |