From 426376582666613ec3b4889572dfd01aaeb5b197 Mon Sep 17 00:00:00 2001 From: Vasek Mlejnsky Date: Mon, 16 Dec 2024 19:45:13 -0800 Subject: [PATCH] Bump python version in tests --- .github/workflows/release_candidates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_candidates.yml b/.github/workflows/release_candidates.yml index 755090e..8363e4a 100644 --- a/.github/workflows/release_candidates.yml +++ b/.github/workflows/release_candidates.yml @@ -56,7 +56,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.8" + python-version: "3.9" - name: Install and configure Poetry uses: snok/install-poetry@v1