Test dependencies with Python 3.13 (#843)

* Custom python 3.13 entry in pyproject.toml

* amend

* update

* update

* update

* Update pyproject.toml

* Update pyproject.toml

* Update pyproject.toml

* update
This commit is contained in:
Sebastian Raschka
2025-09-27 08:38:07 -05:00
committed by GitHub
parent 47867bc1cb
commit 458f2d9b67
5 changed files with 63 additions and 11 deletions

View File

@@ -39,7 +39,7 @@ jobs:
shell: bash
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
uv sync --dev --python=3.10 # tests for backwards compatibility
uv sync --dev # tests for backwards compatibility
uv pip install -r ch05/07_gpt_to_llama/tests/test-requirements-extra.txt
uv add pytest-ruff nbval