From e9399c556bf4eadbe44abc0e43bbc0f83fc976b0 Mon Sep 17 00:00:00 2001 From: Jonas-Ian Kuche Date: Wed, 11 Dec 2024 06:24:33 +0100 Subject: [PATCH] ci(python): update other 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 fcfc40142..6a3631c43 100644 --- a/.github/workflows/check-fbs-python-module.yml +++ b/.github/workflows/check-fbs-python-module.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v4 - 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