]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Run tests against Python 3.11 stable (#2420)
authorMichael K <michael-k@users.noreply.github.com>
Mon, 7 Nov 2022 13:57:48 +0000 (13:57 +0000)
committerGitHub <noreply@github.com>
Mon, 7 Nov 2022 13:57:48 +0000 (13:57 +0000)
Co-authored-by: Tom Christie <tom@tomchristie.com>
.github/workflows/test-suite.yml

index ccd11243651d500135d87b1c89aeabc1a33aaac2..f5ad75a4e29c08609e478814cbbbf1020284a067 100644 (file)
@@ -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"