Merge branch 'main' into uv-improvements

This commit is contained in:
Sebastian Raschka
2025-02-19 19:20:43 -06:00
committed by GitHub
13 changed files with 44 additions and 46 deletions

View File

@@ -33,7 +33,7 @@ jobs:
- name: Set up Python (uv)
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
- name: Install uv and dependencies
shell: bash