From ca15476303f1181ec4cec4d28b324ba6769995dc Mon Sep 17 00:00:00 2001 From: Oleksandr Chychkan Date: Tue, 2 Nov 2021 17:14:44 -0700 Subject: [PATCH] Add Python 3.10 to GitHub Actions --- .github/workflows/verify-setup-catalina.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-setup-catalina.yml b/.github/workflows/verify-setup-catalina.yml index e7502b1..6a454f8 100644 --- a/.github/workflows/verify-setup-catalina.yml +++ b/.github/workflows/verify-setup-catalina.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: true matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v2