diff --git a/.github/workflows/test-template.yml b/.github/workflows/test-template.yml index b817293..c417d9e 100644 --- a/.github/workflows/test-template.yml +++ b/.github/workflows/test-template.yml @@ -20,7 +20,7 @@ jobs: with: python-version: "3.11" - name: Install the latest version of uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 - uses: pre-commit/action@v3.0.1 # run pre-commit ci lite for automated fixes - uses: pre-commit-ci/lite-action@v1.1.0 @@ -41,6 +41,6 @@ jobs: with: python-version: ${{ matrix.python_version }} - name: Install the latest version of uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 - name: Run pytest run: uv run --frozen pytest diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index faba2b6..e19a283 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-yaml - id: detect-private-key - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.6.0" + rev: "v2.10.0" hooks: - id: pyproject-fmt - repo: https://github.com/citation-file-format/cffconvert @@ -39,12 +39,12 @@ repos: - id: yamllint exclude: pre-commit-config.yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.12.12" + rev: "v0.14.0" hooks: - id: ruff-format - id: ruff-check - repo: https://github.com/rhysd/actionlint - rev: v1.7.7 + rev: v1.7.8 hooks: - id: actionlint - repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update diff --git a/pyproject.toml b/pyproject.toml index fde8907..4d6233c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] dependencies = [ "copier>=9.7.1",