File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88env :
99 - MYUSEMC=true MYPYTHON_VERSION=2.7
10- - MYUSEMC=true MYPYTHON_VERSION=3.5
11- - MYUSEMC=true MYPYTHON_VERSION=3.6
1210 - MYUSEMC=true MYPYTHON_VERSION=3.7
1311 - MYUSEMC=true MYPYTHON_VERSION=3.8
1412 - MYUSEMC=true MYPYTHON_VERSION=3.9
Original file line number Diff line number Diff line change 1- $PROJECT = 'diffpy.structure '
1+ $PROJECT = 'diffpy.pdffit2 '
22$ACTIVITIES = [
33 'tag' , # Creates a tag for the new version number
44 'push_tag' , # Pushes the tag up to the $TAG_REMOTE
Original file line number Diff line number Diff line change @@ -221,8 +221,6 @@ def get_gsl_config():
221221 'Operating System :: POSIX' ,
222222 'Programming Language :: C++' ,
223223 'Programming Language :: Python :: 2.7' ,
224- 'Programming Language :: Python :: 3.5' ,
225- 'Programming Language :: Python :: 3.6' ,
226224 'Programming Language :: Python :: 3.7' ,
227225 'Programming Language :: Python :: 3.8' ,
228226 'Programming Language :: Python :: 3.9' ,
You can’t perform that action at this time.
0 commit comments