diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7585ed5..6784546 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.13" - name: Upgrade pip run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8860006..1008ebf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.13" - name: Install test dependencies run: pip install --constraint=.github/workflows/constraints.txt ansible yamllint ansible-lint @@ -45,8 +45,8 @@ jobs: distro: - debian12 - debian11 + - ubuntu2404 - ubuntu2204 - - ubuntu2004 steps: - name: Check out the repository @@ -57,7 +57,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.13" - name: Upgrade pip run: | diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 14515de..4904690 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,10 +9,6 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - id: check-added-large-files - - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.8 - hooks: - - id: prettier - repo: https://github.com/adrienverge/yamllint.git rev: v1.35.1 hooks: