From 22f74b003b0a1ab564cbcb8aaa3b6ec58fcaa860 Mon Sep 17 00:00:00 2001 From: BarnabasG Date: Tue, 3 Feb 2026 00:51:29 +0000 Subject: [PATCH 1/2] 1.3.2 adding python 3.13 and 3.14 to ci tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 846144ee5b5d1d423423a837e286404d6124c69e Mon Sep 17 00:00:00 2001 From: BarnabasG Date: Tue, 3 Feb 2026 00:52:42 +0000 Subject: [PATCH 2/2] 1.3.2 bump version --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },