diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index df9e12e..37d9431 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -177,7 +177,7 @@ jobs: & $env:UV_PATH self update - $version = "3.13" + $version = "3.12" Write-Host "Checking for Python $version via uv..." $exists = & $env:UV_PATH python list | Select-String $version -Quiet @@ -196,7 +196,7 @@ jobs: - name: Build Windows release with Nuitka shell: powershell run: | - & $env:UV_PATH run --python 3.13 python -m nuitka ` + & $env:UV_PATH run --python 3.12 python -m nuitka ` --standalone ` --assume-yes-for-downloads ` --output-dir=dist ` diff --git a/pyproject.toml b/pyproject.toml index 1fbc4c1..69e5f31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "semesterapparatsmanager" version = "1.0.2" description = "Add your description here" readme = "README.md" -requires-python = ">=3.13" +requires-python = ">=3.12" dependencies = [ "appdirs>=1.4.4", "beautifulsoup4>=4.13.5",