Skip to content

Commit ea253ea

Browse files
authored
Clarify compatible Slurm version (#187)
Pyslurm does not compile against Slurm versions < 20.02.5, but the README just says 20.02.
1 parent ca5c202 commit ea253ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Overview
1111
Currently PySlurm is under development to move from it's thin layer on top of
1212
the Slurm C API to an object orientated interface.
1313

14-
This release is based on Slurm 20.02.
14+
This release is based on Slurm 20.02.5.
1515

1616
Prerequisites
1717
*************
@@ -24,7 +24,7 @@ This PySlurm branch has been tested with:
2424

2525
* Cython 0.19.2, and the latest stable
2626
* Python 2.7, 3.4, 3.5 and 3.6
27-
* Slurm 20.02
27+
* Slurm 20.02.5
2828

2929

3030
Installation

0 commit comments

Comments
 (0)