File tree 4 files changed +9
-1
lines changed
4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ matrix:
17
17
osx_image : xcode7.3
18
18
language : objective-c
19
19
env : TRAVIS_PYTHON_VERSION=2.7
20
+ - os : osx
21
+ osx_image : xcode7.3
22
+ language : objective-c
23
+ env : TRAVIS_PYTHON_VERSION=3.6
20
24
- os : osx
21
25
osx_image : xcode7.3
22
26
language : objective-c
Original file line number Diff line number Diff line change 2
2
[ ![ Appveyor] ( https://ci.appveyor.com/api/projects/status/github/gatagat/lap?branch=master&svg=true )] ( https://ci.appveyor.com/project/gatagat/lap/history )
3
3
![ Python 2.7] ( https://img.shields.io/badge/python-2.7-blue.svg )
4
4
![ Python 3.6] ( https://img.shields.io/badge/python-3.6-blue.svg )
5
+ ![ Python 3.7] ( https://img.shields.io/badge/python-3.7-blue.svg )
5
6
6
7
lap: Linear Assignment Problem solver
7
8
=====================================
@@ -31,7 +32,7 @@ Installation
31
32
32
33
lap requires:
33
34
34
- * Python (2.7, 3.6)
35
+ * Python (2.7, 3.6, 3.7 )
35
36
* NumPy (>=1.10.1)
36
37
* Cython (>=0.21) - to compile the wrapper
37
38
* SciPy, pytest, pytest-timeout - only for testing
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ environment:
7
7
matrix :
8
8
- PYTHON : C:\Python27
9
9
- PYTHON : C:\Python27-x64
10
+ - PYTHON : C:\Python36
11
+ - PYTHON : C:\Python36-x64
10
12
- PYTHON : C:\Python37
11
13
- PYTHON : C:\Python37-x64
12
14
Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ def setup_package():
191
191
'Programming Language :: Python :: 3' ,
192
192
'Programming Language :: Python :: 2.7' ,
193
193
'Programming Language :: Python :: 3.6' ,
194
+ 'Programming Language :: Python :: 3.7' ,
194
195
'Operating System :: Microsoft :: Windows' ,
195
196
'Operating System :: POSIX' ,
196
197
'Operating System :: Unix' ,
You can’t perform that action at this time.
0 commit comments