From f87d0bc1a11e44da889087849221083e0ca5d5ae Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Fri, 1 Aug 2025 21:09:23 -0600 Subject: [PATCH] github: update python version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5deb399..a097a7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.10' + python-version: '3.11' - uses: actions/cache@v4 id: cache-pip with: