File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,17 @@ env:
134134 - SLURM=17.11.12 CYTHON=0.19.2 CENTOS=7 PYTHON=2.7
135135 - SLURM=17.11.12 CYTHON=0.19.2 CENTOS=6 PYTHON=2.6
136136 - SLURM=17.11.12 CYTHON=0.15.1 CENTOS=7 PYTHON=2.7
137+ - SLURM=17.11.13 CYTHON=0.27.3 CENTOS=7 PYTHON=3.6
138+ - SLURM=17.11.13 CYTHON=0.27.3 CENTOS=7 PYTHON=3.5
139+ - SLURM=17.11.13 CYTHON=0.27.3 CENTOS=7 PYTHON=3.4
140+ - SLURM=17.11.13 CYTHON=0.27.3 CENTOS=7 PYTHON=2.7
141+ - SLURM=17.11.13 CYTHON=0.27.3 CENTOS=6 PYTHON=2.6
142+ - SLURM=17.11.13 CYTHON=0.19.2 CENTOS=7 PYTHON=3.6
143+ - SLURM=17.11.13 CYTHON=0.19.2 CENTOS=7 PYTHON=3.5
144+ - SLURM=17.11.13 CYTHON=0.19.2 CENTOS=7 PYTHON=3.4
145+ - SLURM=17.11.13 CYTHON=0.19.2 CENTOS=7 PYTHON=2.7
146+ - SLURM=17.11.13 CYTHON=0.19.2 CENTOS=6 PYTHON=2.6
147+ - SLURM=17.11.13 CYTHON=0.15.1 CENTOS=7 PYTHON=2.7
137148services :
138149 - docker
139150before_install :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ This PySlurm branch has been tested with:
2424
2525* Cython 0.15.1*, 0.19.2, and the latest stable
2626* Python 2.6, 2.7, and 3.4
27- * Slurm 17.11.0 thru 17.11.12
27+ * Slurm 17.11.0 thru 17.11.13
2828
2929 Note: Cython 0.15.1 is only tested on Python 2.7.
3030
Original file line number Diff line number Diff line change 1- __version__ = "17.11.0.14 "
1+ __version__ = "17.11.0.15 "
Original file line number Diff line number Diff line change 1515
1616# Slurm min/max supported (hex) versions
1717__min_slurm_hex_version__ = "0x110b00"
18- __max_slurm_hex_version__ = "0x110b0c "
18+ __max_slurm_hex_version__ = "0x110b0d "
1919
2020here = os .path .abspath (os .path .dirname (__file__ ))
2121
You can’t perform that action at this time.
0 commit comments