From 646779fe538eb5e2d6c715d93204f10020c1b8d9 Mon Sep 17 00:00:00 2001 From: Shubham Date: Fri, 8 Dec 2023 12:18:56 +0530 Subject: [PATCH] Update test-and-deploy.yml --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index c71c9de79..c5c4e1fc0 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 20 strategy: matrix: - python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', 'latest' ] + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', latest ] steps: - name: Checkout twilio-python uses: actions/checkout@v3