From da360fde8c183a09ca631a6e42c60da918218e14 Mon Sep 17 00:00:00 2001 From: rawanmahdi Date: Mon, 29 Jan 2024 10:29:52 -0500 Subject: [PATCH] Upgrade python to 3.10 to allow match function syntax --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f6d39631..ff3f613b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: - name: Python Setup uses: actions/setup-python@v4 with: - python-version: 3.8.10 + python-version: 3.10 cache: pip - name: Install requirements