From: Michael K Date: Mon, 7 Nov 2022 13:57:48 +0000 (+0000) Subject: Run tests against Python 3.11 stable (#2420) X-Git-Tag: 0.23.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f9deea944a96175bf50f1fa078849c61cbdb7da;p=thirdparty%2Fhttpx.git Run tests against Python 3.11 stable (#2420) Co-authored-by: Tom Christie --- diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index ccd11243..f5ad75a4 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - uses: "actions/checkout@v3"