Skip to content

Commit

Permalink
removed support for python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ranaroussi committed Oct 3, 2019
1 parent 36f678b commit ec61b92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ fast_finish: true

matrix:
include:
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
'Topic :: Scientific/Engineering :: Information Analysis',
'Topic :: Scientific/Engineering :: Mathematics',

'Programming Language :: Python :: 3.5',
# 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
Expand Down

0 comments on commit ec61b92

Please sign in to comment.