diff --git a/README.md b/README.md index 5b549b86..c57ee395 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,16 @@ pyslurm is the Python client library for the [Slurm Workload Manager](https://sl * [Python](https://www.python.org) - >= 3.6 * [Cython](https://cython.org) - >= 0.29.37 -This Version is for Slurm 23.11.x +This Version is for Slurm 24.05.x ## Versioning In pyslurm, the versioning scheme follows the official Slurm versioning. The first two numbers (`MAJOR.MINOR`) always correspond to Slurms Major-Release, -for example `23.11`. +for example `24.05`. The last number (`MICRO`) is however not tied in any way to Slurms `MICRO` version, but is instead PySlurm's internal Patch-Level. For example, any -pyslurm 23.11.X version should work with any Slurm 23.11.X release. +pyslurm 24.05.X version should work with any Slurm 24.05.X release. ## Installation @@ -29,8 +29,8 @@ the corresponding paths to the necessary files. You can specify those with environment variables (recommended), for example: ```shell -export SLURM_INCLUDE_DIR=/opt/slurm/23.11/include -export SLURM_LIB_DIR=/opt/slurm/23.11/lib +export SLURM_INCLUDE_DIR=/opt/slurm/24.05/include +export SLURM_LIB_DIR=/opt/slurm/24.05/lib ``` Then you can proceed to install pyslurm, for example by cloning the Repository: diff --git a/setup.cfg b/setup.cfg index 755e3840..eaec1f2e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ packager = Giovanni Torres doc_files = README.md examples/ build_requires = python3-devel >= 3.6 - slurm-devel >= 23.11.0 + slurm-devel >= 24.05.0 requires = slurm use_bzip2 = 1