From 42c83e17edf3ce0af136cd238cc23113b7a8f9f3 Mon Sep 17 00:00:00 2001 From: Nick Gerrets Date: Fri, 26 Jul 2024 15:39:12 +0200 Subject: [PATCH] bumping python version to 3.11 --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index fa0e1f6..274a102 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-python@v2 with: - python-version: '3.9' + python-version: '3.11' - name: Update DuckDB submodule run: |