Skip to content

Commit 3ad8d1c

Browse files
ENH: remove py3.6-
1 parent 6409191 commit 3ad8d1c

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ os:
77

88
env:
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

rever.xsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)