Skip to content

Commit

Permalink
Removed Python 3.5 and added Python 3.9 in Github Action (#831)
Browse files Browse the repository at this point in the history
* Removed python3.5 from CI

* Add python 3.9
  • Loading branch information
stephanebruckert committed Jun 18, 2022
1 parent 9a627e8 commit 98f0f76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
python-version: [2.7, 3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Added a new parameter to `RedisCacheHandler` to allow custom keys (instead of the default `token_info` key)
* Simplify check for existing token in `RedisCacheHandler`

### Changed
* Removed Python 3.5 and added Python 3.9 in Github Action

## [2.19.0] - 2021-08-12

### Added
Expand Down

0 comments on commit 98f0f76

Please sign in to comment.