Skip to content

Commit

Permalink
Drop python 3.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
szastupov committed Nov 11, 2018
1 parent e1e018f commit ab5f9cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: python
python:
- "3.5"
- "3.6"
- "3.7"
install:
- pip install .
- pip install black
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development',
'Topic :: Software Development :: Libraries'
],
Expand Down

0 comments on commit ab5f9cf

Please sign in to comment.