File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,13 @@ def slurm_sudo_resource_profile_objects(
107107 tasks_python_config = {
108108 "default_version" : current_py_version ,
109109 "versions" : {
110- v : f"/.venv{ v } /bin/python{ v } " for v in ("3.10" , "3.11" , "3.12" )
110+ v : f"/.venv{ v } /bin/python{ v } "
111+ for v in (
112+ "3.10" ,
113+ "3.11" ,
114+ "3.12" ,
115+ "3.13" ,
116+ )
111117 },
112118 },
113119 tasks_pixi_config = {},
@@ -149,7 +155,13 @@ def slurm_ssh_resource_profile_objects(
149155 tasks_python_config = {
150156 "default_version" : current_py_version ,
151157 "versions" : {
152- v : f"/.venv{ v } /bin/python{ v } " for v in ("3.10" , "3.11" , "3.12" )
158+ v : f"/.venv{ v } /bin/python{ v } "
159+ for v in (
160+ "3.10" ,
161+ "3.11" ,
162+ "3.12" ,
163+ "3.13" ,
164+ )
153165 },
154166 },
155167 tasks_pixi_config = {},
@@ -192,7 +204,13 @@ def slurm_ssh_resource_profile_fake_objects(
192204 tasks_python_config = {
193205 "default_version" : current_py_version ,
194206 "versions" : {
195- v : f"/.venv{ v } /bin/python{ v } " for v in ("3.10" , "3.11" , "3.12" )
207+ v : f"/.venv{ v } /bin/python{ v } "
208+ for v in (
209+ "3.10" ,
210+ "3.11" ,
211+ "3.12" ,
212+ "3.13" ,
213+ )
196214 },
197215 },
198216 tasks_pixi_config = {},
You can’t perform that action at this time.
0 commit comments