]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Replace 3.11-dev by 3.11 on the pipeline (#1924)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sat, 29 Oct 2022 21:21:49 +0000 (23:21 +0200)
committerGitHub <noreply@github.com>
Sat, 29 Oct 2022 21:21:49 +0000 (23:21 +0200)
.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"