Skip to content

Commit

Permalink
Travis / setup.py: Remove python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 10, 2019
1 parent 5d39bf1 commit 97bacd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python
sudo: false
python:
- 2.7
- 3.5
- 3.6
- 3.7
- pypy
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def run_tests(self):
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: PyPy',
"Topic :: Utilities",
Expand Down

0 comments on commit 97bacd2

Please sign in to comment.