diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36e433d..de8f951 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ['3.10', '3.11', '3.12'] + python-version: ['3.10', '3.11', '3.12', '3.13', '3.14'] steps: - name: Checkout repository diff --git a/pyproject.toml b/pyproject.toml index 4b0e5d6..4492cc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pytest-api-cov" -version = "1.3.1" +version = "1.3.2" description = "Pytest Plugin to provide API Coverage statistics for Python Web Frameworks" readme = "README.md" authors = [{ name = "Barnaby Gill", email = "barnabasgill@gmail.com" }] diff --git a/uv.lock b/uv.lock index d3ecad7..f6a5136 100644 --- a/uv.lock +++ b/uv.lock @@ -687,7 +687,7 @@ wheels = [ [[package]] name = "pytest-api-cov" -version = "1.3.1" +version = "1.3.2" source = { editable = "." } dependencies = [ { name = "fastapi" },