Skip to content

Commit

Permalink
Test all Python versions currently in support. (#56)
Browse files Browse the repository at this point in the history
* Test all Python versions currently in support.

* Update CHANGELOG
  • Loading branch information
bgrant authored May 30, 2021
1 parent c4a031f commit 70a263d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: python
python:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
install:
- make install
script:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- [PR 52](https://github.com/salesforce/django-declarative-apis/pull/52) Update cryptography and coverage dependencies
- [PR 53](https://github.com/salesforce/django-declarative-apis/pull/53) Update dev dependencies: flake8, bandit, ipython
- [PR 54](https://github.com/salesforce/django-declarative-apis/pull/54) Remove unneeded `mock` dependency
- [PR 56](https://github.com/salesforce/django-declarative-apis/pull/56) Add Python 3.8 and 3.9 to Travis CI testing

# [0.22.2] - 2020-08-11
### Fixed
Expand Down

0 comments on commit 70a263d

Please sign in to comment.