File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
env :
8
8
- MYUSEMC=true MYPYTHON_VERSION=2.7
9
- - MYUSEMC=true MYPYTHON_VERSION=3.4
10
9
- MYUSEMC=true MYPYTHON_VERSION=3.5
11
10
- MYUSEMC=true MYPYTHON_VERSION=3.6
12
11
- MYUSEMC=true MYPYTHON_VERSION=3.7
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ build:
17
17
18
18
requirements :
19
19
build :
20
- - python
20
+ - python >=3.5|2.7.*
21
21
- setuptools
22
22
23
23
run :
24
- - python
24
+ - python >=3.5|2.7.*
25
25
- setuptools
26
26
- numpy >=1.3
27
27
45
45
# - nose
46
46
47
47
about :
48
- home : https://github.com/diffpy/diffpy.utils/
48
+ home : https://github.com/diffpy/diffpy.utils
49
49
summary : Shared utilities for diffpy packages.
50
50
license : Modified BSD License
51
51
license_file : LICENSE.txt
Original file line number Diff line number Diff line change @@ -111,7 +111,6 @@ def getversioncfg():
111
111
'Operating System :: POSIX' ,
112
112
'Operating System :: Unix' ,
113
113
'Programming Language :: Python :: 2.7' ,
114
- 'Programming Language :: Python :: 3.4' ,
115
114
'Programming Language :: Python :: 3.5' ,
116
115
'Programming Language :: Python :: 3.6' ,
117
116
'Programming Language :: Python :: 3.7' ,
You can’t perform that action at this time.
0 commit comments