Skip to content

Commit

Permalink
Dropped Python 3.4, added Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
johann8384 committed Sep 17, 2020
1 parent 8c71ddd commit 69ef7b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ language: python
dist: "xenial"
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install pylint pylint_runner ordereddict mysqlclient requests feedparser prometheus_client flask
script:
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

##[1.3.3](https://github.com/OpenTSDB/tcollector/issues?q=is%3Aopen+is%3Aissue+milestone%3A1.3.3)

### Support
- Dropped Support for Python 2.x, <=3.4.x

### Improvements
- A namespace prefix can be added to all metrics.
- An optional status monitoring API, serving JSON over HTTP
Expand All @@ -13,7 +16,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- If response code from OpenTSDB is 400, don't retry sending since this means we
sent bad data.


## [1.3.1](https://github.com/OpenTSDB/tcollector/issues?utf8=%E2%9C%93&q=milestone%3A1.3.1+)
### Collectors Added
Expand Down

0 comments on commit 69ef7b5

Please sign in to comment.