From deebb76bde8c0e012f84f60ce9c2efd5c013a937 Mon Sep 17 00:00:00 2001 From: vasilije Date: Wed, 8 Jan 2025 14:31:57 +0100 Subject: [PATCH] Fix poetry issues --- .github/workflows/reusable_python_example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable_python_example.yml b/.github/workflows/reusable_python_example.yml index 85893da88..ba46b140d 100644 --- a/.github/workflows/reusable_python_example.yml +++ b/.github/workflows/reusable_python_example.yml @@ -33,7 +33,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: '3.11.x' + python-version: '3.12.x' - name: Install Poetry uses: snok/install-poetry@v1