Skip to content

Commit

Permalink
Add Python 3.9 and Remove EOLed 3.5.
Browse files Browse the repository at this point in the history
Python 3.5 has reached end-of-life and is now retired.
https://python.org/dev/peps/pep-0478/#id4
  • Loading branch information
ustinov committed Mar 19, 2021
1 parent 972d412 commit 3f15f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dist: bionic
language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
install:
- pip install flake8 flake8-colors flake8-import-order
- pip install pep8-naming
Expand Down
2 changes: 1 addition & 1 deletion wavefront_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Initialize wavefront cli version."""
__version__ = '0.0.122'
__version__ = '0.0.123'

0 comments on commit 3f15f3c

Please sign in to comment.