PySlurm / pyslurm

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

Support for Slurm 22.05 #238

Closed tazend closed 2 years ago

tazend commented 2 years ago

Adds support for Slurm 22.05

Few folks have already tested the api against slurm-web, see #237 Have already created a 21.08 branch from the current master (to have these major releases separated)

May have to check whether the pytests all pass and to make the CI happy

tazend commented 2 years ago

@giovtorres after this is merged and before making a release ready, I'd go ahead and make another PR which solves #190 and #236 , which I have pretty much done (and can do PR today/tomorrow), so the release can also directly benefit especially from changes which come from #190 to enhance the build-system (e.g. pyproject.toml)