diff --git a/create_matrix.py b/create_matrix.py index c802e3c..647b281 100644 --- a/create_matrix.py +++ b/create_matrix.py @@ -4,6 +4,8 @@ EXCLUDE = [ # torch < 2.2 does not support Python 3.12 {"python-version": "3.12", "torch-version": "2.0.1"}, {"python-version": "3.12", "torch-version": "2.1.2"}, + # TODO: Temporary exclusion - already built in v0.7.6 + {"python-version": "3.12", "torch-version": "2.9.1", "cuda-version": "12.8"}, # torch 2.0.1 does not support CUDA 12.x {"torch-version": "2.0.1", "cuda-version": "12.1"}, {"torch-version": "2.0.1", "cuda-version": "12.4"}, @@ -202,16 +204,16 @@ WINDOWS_SELF_HOSTED_MATRIX = { "2.8.3", ], "python-version": [ - # "3.10", - # "3.11", + "3.10", + "3.11", "3.12", - # "3.13", + "3.13", ], "torch-version": [ - # "2.5.1", - # "2.6.0", - # "2.7.1", - # "2.8.0", + "2.5.1", + "2.6.0", + "2.7.1", + "2.8.0", "2.9.1", ], "cuda-version": [