Skip to content

Conversation

@LoserCheems
Copy link
Collaborator

Remove support for PyTorch 2.4.0 and add support for PyTorch 2.5.1 on Python 3.13 in the version matrix.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Update the PyTorch version matrix to improve Python 3.13 compatibility by removing PyTorch 2.4.0 (which lacks Python 3.13 support) and adding a specific exclusion for PyTorch 2.5.1 on ARM architecture with Python 3.13.

  • Remove PyTorch 2.4.0 from the version matrix
  • Add exclusion rule for PyTorch 2.5.1 + Python 3.13 + ARM architecture combination

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines 61 to 62
- torch-version: "2.4.0"
python-version: "3.13"
Copy link

Copilot AI Sep 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The exclusion for PyTorch 2.4.0 with Python 3.13 should be removed since PyTorch 2.4.0 is no longer in the version matrix. This exclusion rule is now redundant and creates maintenance overhead.

Suggested change
- torch-version: "2.4.0"
python-version: "3.13"

Copilot uses AI. Check for mistakes.
@LoserCheems LoserCheems merged commit da8b8a4 into main Sep 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants