Skip to content

Commit 290b914

Browse files
authored
Remove support for Cython 0.15; Bump latest to 0.29.14 (#149)
1 parent d8a61d5 commit 290b914

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ sudo: required
22
language: python
33
env:
44
matrix:
5-
- SLURM=19.05.0 CYTHON=0.29.6 PYTHON=3.6
6-
- SLURM=19.05.0 CYTHON=0.29.6 PYTHON=3.5
7-
- SLURM=19.05.0 CYTHON=0.29.6 PYTHON=3.4
8-
- SLURM=19.05.0 CYTHON=0.29.6 PYTHON=2.7
5+
- SLURM=19.05.0 CYTHON=0.29.14 PYTHON=3.6
6+
- SLURM=19.05.0 CYTHON=0.29.14 PYTHON=3.5
7+
- SLURM=19.05.0 CYTHON=0.29.14 PYTHON=3.4
8+
- SLURM=19.05.0 CYTHON=0.29.14 PYTHON=2.7
99
- SLURM=19.05.0 CYTHON=0.19.2 PYTHON=3.6
1010
- SLURM=19.05.0 CYTHON=0.19.2 PYTHON=3.5
1111
- SLURM=19.05.0 CYTHON=0.19.2 PYTHON=3.4
1212
- SLURM=19.05.0 CYTHON=0.19.2 PYTHON=2.7
13-
- SLURM=19.05.0 CYTHON=0.15.1 PYTHON=2.7
1413
services:
1514
- docker
1615
before_install:

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ Prerequisites
2222

2323
This PySlurm branch has been tested with:
2424

25-
* Cython 0.15.1*, 0.19.2, and the latest stable
25+
* Cython 0.19.2, and the latest stable
2626
* Python 2.7, 3.4, 3.5 and 3.6
2727
* Slurm 19.05.0
2828

29-
Note: Cython 0.15.1 is only tested on Python 2.7.
3029

3130
Installation
3231
************

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
level=logging.DEBUG
1818
)
1919

20-
CYTHON_VERSION_MIN = "0.15"
20+
CYTHON_VERSION_MIN = "0.19.2"
2121
SLURM_VERSION = "19.05"
2222

2323
def fatal(logstring, code=1):

0 commit comments

Comments
 (0)