File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
env :
9
9
- MYUSEMC=true MYPYTHON_VERSION=2.7
10
- - MYUSEMC=true MYPYTHON_VERSION=3.5
11
- - MYUSEMC=true MYPYTHON_VERSION=3.6
12
10
- MYUSEMC=true MYPYTHON_VERSION=3.7
13
11
- MYUSEMC=true MYPYTHON_VERSION=3.8
14
12
- MYUSEMC=true MYPYTHON_VERSION=3.9
Original file line number Diff line number Diff line change 1
- $PROJECT = 'diffpy.structure '
1
+ $PROJECT = 'diffpy.pdffit2 '
2
2
$ACTIVITIES = [
3
3
'tag' , # Creates a tag for the new version number
4
4
'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():
221
221
'Operating System :: POSIX' ,
222
222
'Programming Language :: C++' ,
223
223
'Programming Language :: Python :: 2.7' ,
224
- 'Programming Language :: Python :: 3.5' ,
225
- 'Programming Language :: Python :: 3.6' ,
226
224
'Programming Language :: Python :: 3.7' ,
227
225
'Programming Language :: Python :: 3.8' ,
228
226
'Programming Language :: Python :: 3.9' ,
You can’t perform that action at this time.
0 commit comments