PySlurm / pyslurm

Python Interface to Slurm
https://pyslurm.github.io
GNU General Public License v2.0
467 stars 116 forks source link

Slurm 23.11 support #327

Closed martijnkruiten closed 5 months ago

martijnkruiten commented 7 months ago

Slurm 23.11 has been released and PySlurm needs some changes beyond just changing the version number to be compatible with it.

tazend commented 7 months ago

Hi @martijnkruiten

currently working on it. (On this branch: https://github.com/tazend/pyslurm/tree/23.11.x)

Got a working version that compiles and passes all unit-tests - compiling without contents of pyslurm/pyslurm.pyx at the moment though, that file needs a bit more treatment. Will try to look into it in the following days.

tazend commented 5 months ago

Hi,

took a bit longer than expected - but here is the new release for 23.11:

https://github.com/PySlurm/pyslurm/releases/tag/v23.11.0

martijnkruiten commented 5 months ago

Thanks, it's very much appreciated!