From 79ec7d1aee169efb94457f0c4b41e6bbb7da6c68 Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Mon, 11 Aug 2025 16:38:24 -0700 Subject: [PATCH] fix: properly handle Python 3.13 support with PyTorch compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Support Python 3.13 on most platforms (Ubuntu, ARM64 Mac) - Exclude Intel Mac + Python 3.13 combination due to PyTorch wheel availability - PyTorch <2.5 supports Intel Mac but not Python 3.13 - PyTorch 2.5+ supports Python 3.13 but not Intel Mac x86_64 - Document limitation in CI configuration comments - Update README badges with detailed Python version support and CI status 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .github/workflows/build-reusable.yml | 4 ++-- README.md | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) 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 @@
- + + + - - +