From 64d7e22ab861ac7b4a8373674bf800b6101af9ee Mon Sep 17 00:00:00 2001 From: cle-b Date: Sun, 9 Nov 2025 12:50:06 +0100 Subject: [PATCH 1/2] python 3.14 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8ab1d0..ecd6334 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: os: [macos-latest, windows-latest, ubuntu-latest] - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v4 From dc7c96368d8e4a5f57faec86140125a037f69e33 Mon Sep 17 00:00:00 2001 From: cle-b Date: Sun, 9 Nov 2025 12:52:25 +0100 Subject: [PATCH 2/2] update requirements --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a4bc010..f7c32f2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,9 +3,9 @@ black pytest>7 requests build -Jinja2<3.1 -Werkzeug<2.1 -flask>2 +Jinja2 +Werkzeug +flask pytest-httpbin pytest-html pytest-xdist