From 97d0c75eeeffc92f0ef06af23a6f6da0a6ca3264 Mon Sep 17 00:00:00 2001 From: MatthewCaseres Date: Sat, 23 Mar 2024 22:18:19 +0000 Subject: [PATCH] update CI Python version --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 6c3cd8f..27e418f 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: "3.7.1" + python-version: "3.9" - name: Install poetry uses: abatilo/actions-poetry@v2 with: