From: Kim Christie Date: Thu, 4 Sep 2025 11:31:58 +0000 (+0100) Subject: Add Python 3.14 to test matrix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dbbd4a106633f9512bac9b3d8c1ca8f6898cfa2;p=thirdparty%2Fhttpx.git Add Python 3.14 to test matrix --- diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 9ea74686..183307dd 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - 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"