File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ pyslurm is the Python client library for the [Slurm Workload Manager](https://sl
88* [ Python] ( https://www.python.org ) - >= 3.6
99* [ Cython] ( https://cython.org ) - >= 0.29.37
1010
11- This Version is for Slurm 23.11 .x
11+ This Version is for Slurm 24.05 .x
1212
1313## Versioning
1414
1515In pyslurm, the versioning scheme follows the official Slurm versioning. The
1616first two numbers (` MAJOR.MINOR ` ) always correspond to Slurms Major-Release,
17- for example ` 23.11 ` .
17+ for example ` 24.05 ` .
1818The last number (` MICRO ` ) is however not tied in any way to Slurms ` MICRO `
1919version, but is instead PySlurm's internal Patch-Level. For example, any
20- pyslurm 23.11 .X version should work with any Slurm 23.11 .X release.
20+ pyslurm 24.05 .X version should work with any Slurm 24.05 .X release.
2121
2222## Installation
2323
@@ -29,8 +29,8 @@ the corresponding paths to the necessary files.
2929You can specify those with environment variables (recommended), for example:
3030
3131``` shell
32- export SLURM_INCLUDE_DIR=/opt/slurm/23.11 /include
33- export SLURM_LIB_DIR=/opt/slurm/23.11 /lib
32+ export SLURM_INCLUDE_DIR=/opt/slurm/24.05 /include
33+ export SLURM_LIB_DIR=/opt/slurm/24.05 /lib
3434```
3535
3636Then you can proceed to install pyslurm, for example by cloning the Repository:
Original file line number Diff line number Diff line change 1010doc_files = README.md
1111 examples/
1212build_requires = python3-devel >= 3.6
13- slurm-devel >= 23.11 .0
13+ slurm-devel >= 24.05 .0
1414requires = slurm
1515use_bzip2 = 1
1616
You can’t perform that action at this time.
0 commit comments