21
21
# ############################################################################
22
22
# macOS
23
23
# ############################################################################
24
+ macos-py313t :
25
+ name : " macOS 3.13t"
26
+ uses : ./.github/workflows/_build_macos.yml
27
+ with :
28
+ python-version : " 3.13t"
29
+ artifact : wheel-macos-py313t
30
+
24
31
macos-py313 :
25
32
name : " macOS 3.13"
26
33
uses : ./.github/workflows/_build_macos.yml
52
59
# ----------------------------------------------------------------------------
53
60
# Test
54
61
# ----------------------------------------------------------------------------
62
+ macos-py313t-test :
63
+ name : " macOS 3.13t"
64
+ needs : [ "macos-py313t" ]
65
+ uses : ./.github/workflows/_test_macos.yml
66
+ with :
67
+ python-version : " 3.13t"
68
+ artifact : wheel-macos-py313t
69
+
55
70
macos-py310-test :
56
71
name : " macOS 3.10"
57
72
needs : [ "macos-py310" ]
63
78
# ############################################################################
64
79
# Linux (CPU)
65
80
# ############################################################################
81
+ linux-py313t :
82
+ name : " Linux 3.13t"
83
+ uses : ./.github/workflows/_build_linux.yml
84
+ with :
85
+ python-version : " 313t"
86
+ artifact : wheel-linux-py313t
87
+
66
88
linux-py313 :
67
89
name : " Linux 3.13"
68
90
uses : ./.github/workflows/_build_linux.yml
@@ -94,6 +116,14 @@ jobs:
94
116
# ----------------------------------------------------------------------------
95
117
# Test
96
118
# ----------------------------------------------------------------------------
119
+ linux-py313t-test :
120
+ name : " Linux 3.13t"
121
+ needs : [ "linux-py313t" ]
122
+ uses : ./.github/workflows/_test_linux.yml
123
+ with :
124
+ python-version : " 3.13t"
125
+ artifact : wheel-linux-py313t
126
+
97
127
linux-py310-test :
98
128
name : " Linux 3.10"
99
129
needs : [ "linux-py310" ]
@@ -105,6 +135,14 @@ jobs:
105
135
# ############################################################################
106
136
# Linux (CUDA)
107
137
# ############################################################################
138
+ linux-py313t-cuda12 :
139
+ name : " Linux 3.13t cu12"
140
+ uses : ./.github/workflows/_build_linux_cuda.yml
141
+ with :
142
+ python-version : " 313t"
143
+ artifact : wheel-linux-py313t-cuda12
144
+ cuda-version : 12.6
145
+
108
146
linux-py313-cuda12 :
109
147
name : " Linux 3.13 cu12"
110
148
uses : ./.github/workflows/_build_linux_cuda.yml
0 commit comments