diff --git a/.github/workflows/build-reusable.yml b/.github/workflows/build-reusable.yml index c8204c8..06ac31a 100644 --- a/.github/workflows/build-reusable.yml +++ b/.github/workflows/build-reusable.yml @@ -72,8 +72,8 @@ jobs: python: '3.11' - os: macos-13 python: '3.12' - - os: macos-13 - python: '3.13' + # Note: macos-13 + Python 3.13 excluded due to PyTorch compatibility + # (PyTorch 2.5+ supports Python 3.13 but not Intel Mac x86_64) runs-on: ${{ matrix.os }} steps: diff --git a/README.md b/README.md index d53f818..9b803fc 100755 --- a/README.md +++ b/README.md @@ -3,10 +3,11 @@

- Python 3.9+ + Python Versions + CI Status + Platform MIT License - Platform - MCP Integration + MCP Integration