From ce70aa7bd910b1636b414c271a00d98f6926ae02 Mon Sep 17 00:00:00 2001 From: Florian Greistorfer Date: Fri, 7 Nov 2025 09:22:47 +0100 Subject: [PATCH] changed python version --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 0b98c73..eab5a10 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.x' + python-version: '3.12' - name: Install Dependencies run: pip install -r requirements.txt - name: Build Package