File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 9
9
- MYUSEMC=true MYPYTHON_VERSION=3.4
10
10
- MYUSEMC=true MYPYTHON_VERSION=3.5
11
11
- MYUSEMC=true MYPYTHON_VERSION=3.6
12
+ - MYUSEMC=true MYPYTHON_VERSION=3.7
12
13
- MYUSEMC=false
13
14
14
15
git :
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ http://diffpy.github.io/diffpy.utils.
23
23
REQUIREMENTS
24
24
------------------------------------------------------------------------
25
25
26
- The diffpy.utils package requires Python 3.6, 3.5, 3.4 or 2.7 and
26
+ The diffpy.utils package requires Python 3.4 or later or 2.7 and
27
27
the following software:
28
28
29
29
* ``setuptools `` - tools for installing Python packages
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ def getversioncfg():
114
114
'Programming Language :: Python :: 3.4' ,
115
115
'Programming Language :: Python :: 3.5' ,
116
116
'Programming Language :: Python :: 3.6' ,
117
+ 'Programming Language :: Python :: 3.7' ,
117
118
'Topic :: Scientific/Engineering :: Physics' ,
118
119
],
119
120
)
You can’t perform that action at this time.
0 commit comments