Skip to content

Commit

Permalink
drop Python 3.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
stolarczyk committed Jun 16, 2020
1 parent 5194a7d commit 34100ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,6 +1,5 @@
language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Expand Up @@ -58,8 +58,6 @@ def get_static(name, condition=None):
classifiers=[
"Development Status :: 4 - Beta",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 34100ff

Please sign in to comment.