Skip to content

Commit

Permalink
Dropping python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ssomnath committed Oct 9, 2020
1 parent 8d10a44 commit 621b9e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- '3.7'
- '2.7'
- '3.8'
- '3.6'
- '3.5'
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

project = 'sidpy'
copyright = '2020, Suhas Somnath, Gerd Duscher, and contributors'
author = 'Suhas Somnath, Gerd Duscher, and contributors'
author = 'Pycroscopy contributors'

# The short X.Y version
version = sidpy_version
Expand Down Expand Up @@ -301,7 +301,7 @@
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'sidpy.tex', 'sidpy Documentation',
'Suhas Somnath, Gerd Duscher, and contributors', 'manual'),
'Pycroscopy contributors', 'manual'),
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Cython',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
Expand All @@ -53,7 +52,7 @@
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
url='https://pycroscopy.github.io/sidpy/about.html',
license='MIT',
author='Suhas Somnath and contributors',
author='Pycroscopy contributors',
author_email='pycroscopy@gmail.com',
install_requires=requirements,
setup_requires=['pytest-runner'],
Expand Down

0 comments on commit 621b9e6

Please sign in to comment.