Skip to content

Commit 70a263d

Browse files
authored
Test all Python versions currently in support. (#56)
* Test all Python versions currently in support. * Update CHANGELOG
1 parent c4a031f commit 70a263d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: python
22
python:
33
- '3.6'
44
- '3.7'
5+
- '3.8'
6+
- '3.9'
57
install:
68
- make install
79
script:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
1313
- [PR 52](https://github.com/salesforce/django-declarative-apis/pull/52) Update cryptography and coverage dependencies
1414
- [PR 53](https://github.com/salesforce/django-declarative-apis/pull/53) Update dev dependencies: flake8, bandit, ipython
1515
- [PR 54](https://github.com/salesforce/django-declarative-apis/pull/54) Remove unneeded `mock` dependency
16+
- [PR 56](https://github.com/salesforce/django-declarative-apis/pull/56) Add Python 3.8 and 3.9 to Travis CI testing
1617

1718
# [0.22.2] - 2020-08-11
1819
### Fixed

0 commit comments

Comments
 (0)