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 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