From 95074e0fc2b81bf23ad6602e12e49b9e17520517 Mon Sep 17 00:00:00 2001 From: Jonas-Ian Kuche Date: Wed, 11 Dec 2024 06:22:59 +0100 Subject: [PATCH] ci(python): update to python 3.11 --- .github/workflows/check-fbs-python-module.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-fbs-python-module.yml b/.github/workflows/check-fbs-python-module.yml index e6f186efa..fcfc40142 100644 --- a/.github/workflows/check-fbs-python-module.yml +++ b/.github/workflows/check-fbs-python-module.yml @@ -22,7 +22,7 @@ jobs: echo "::add-matcher::.github/problem-matchers/python.json" - uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: "3.11" - name: Install and configure Poetry uses: snok/install-poetry@v1 - name: Install library