test: lower python version to 3.12 due to nuitka compiling issues
This commit is contained in:
@@ -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 `
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user