]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
CI should just use Python 3.9, not "3.9.5" (#2010)
authorTom Christie <tom@tomchristie.com>
Wed, 5 Jan 2022 16:04:56 +0000 (16:04 +0000)
committerGitHub <noreply@github.com>
Wed, 5 Jan 2022 16:04:56 +0000 (16:04 +0000)
.github/workflows/test-suite.yml

index 836ac372d050bbfa3f383e35721d10232c7bad40..86b4a03d4a7eb5e7a0811421c0ac863cf7575e65 100644 (file)
@@ -14,7 +14,7 @@ jobs:
 
     strategy:
       matrix:
-        python-version: ["3.6", "3.7", "3.8", "3.9.5", "3.10"]
+        python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
 
     steps:
       - uses: "actions/checkout@v2"