Open jank324 opened 1 month ago
We are keeping this in draft for now because it seems at least one dependency isn't compatible with Python 3.13 yet.
Specifically the issue is PyTorch, and 3.13 support there is only expected for v2.6 (https://github.com/pytorch/pytorch/issues/130249).
Description
Adds Python 3.13 to the versions tested and upgrades all other test and format check runs (different OSs, flake8, black etc.) to run on 3.13.
Motivation and Context
Python 3.13 was released two days ago. Closes #271.
Types of changes
Checklist
flake8
(required).pytest
tests pass (required).pytest
on a machine with a CUDA GPU and made sure all tests pass (required).Note: We are using a maximum length of 88 characters per line.