From 0a283c86fead804ab98e53fdcb9163d1bb5c8f07 Mon Sep 17 00:00:00 2001 From: Aaron Gu Date: Thu, 15 Jan 2026 23:44:39 -0500 Subject: [PATCH] Update python version --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5398063..d35fcde 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -52,7 +52,7 @@ jobs: - name: Set up Python 3.9 uses: actions/setup-python@v1 with: - python-version: 3.9.23 + python-version: 3.10.19 - name: Install python dependencies working-directory: hackathon_site run: |