From 72c1e8d3d68cc7e90622b0166e15a409bc9ac16f Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 4 Oct 2022 11:17:19 +0000 Subject: [PATCH] Add python 3.10 to GitHub Actions --- .github/workflows/pythonapp.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 153541d6..48c27021 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [2.7, 3.6, 3.7, 3.8, 3.9] + python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b27c955..01a81276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Added 'show_featured_artists.py' to 'examples'. * Expanded contribution and license sections of the documentation. * Added `FlaskSessionCacheHandler`, a cache handler that stores the token info in a flask session. +* Added Python 3.10 in GitHub Actions ### Fixed