]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Test under Python 3.10.0 RC 1 (#1820)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Fri, 27 Aug 2021 13:01:06 +0000 (16:01 +0300)
committerGitHub <noreply@github.com>
Fri, 27 Aug 2021 13:01:06 +0000 (21:01 +0800)
.github/workflows/test-suite.yml

index 751c5193bece7583579b3920a46b58c4cc7e6e36..87ee45e9793ae0a67fcb169d4950aa93e1615ed2 100644 (file)
@@ -14,7 +14,7 @@ jobs:
 
     strategy:
       matrix:
-        python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.0-beta.3"]
+        python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.0-rc.1"]
 
     steps:
       - uses: "actions/checkout@v2"