Skip to content

Commit

Permalink
Merge pull request #107 from nficano/remove34
Browse files Browse the repository at this point in the history
Remove python 3.4 support
  • Loading branch information
nphilou committed Jun 28, 2020
2 parents 132236d + 9d475f8 commit 9880b45
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,6 @@ cache:
- pip
python:
- "2.7"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "3.6"
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -61,7 +61,6 @@ def run(self):
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit 9880b45

Please sign in to comment.