]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Run tests against Python 3.9 stable (#1348)
authorMichael K <michael-k@users.noreply.github.com>
Tue, 6 Oct 2020 13:57:30 +0000 (13:57 +0000)
committerGitHub <noreply@github.com>
Tue, 6 Oct 2020 13:57:30 +0000 (14:57 +0100)
Co-authored-by: Tom Christie <tom@tomchristie.com>
.github/workflows/test-suite.yml

index 616588c41912f9db26b52f7cb83934f10497fc2b..eed46850a95e5953702f66ffa79f55cd4b38fa53 100644 (file)
@@ -14,7 +14,7 @@ jobs:
 
     strategy:
       matrix:
-        python-version: ["3.6", "3.7", "3.8", "3.9.0-rc.2 - 3.9"]
+        python-version: ["3.6", "3.7", "3.8", "3.9"]
 
     steps:
       - uses: "actions/checkout@v2"