]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Bump Python 3.10 on pipeline (#1299)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Fri, 22 Oct 2021 13:23:10 +0000 (15:23 +0200)
committerGitHub <noreply@github.com>
Fri, 22 Oct 2021 13:23:10 +0000 (15:23 +0200)
.github/workflows/test-suite.yml

index 751c5193bece7583579b3920a46b58c4cc7e6e36..86b4a03d4a7eb5e7a0811421c0ac863cf7575e65 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"]
 
     steps:
       - uses: "actions/checkout@v2"