mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
Add python 3.10 to GitHub Actions (#863)
This commit is contained in:
parent
06765c4f5a
commit
fd8f97d46a
2
.github/workflows/pythonapp.yml
vendored
2
.github/workflows/pythonapp.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
@ -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'.
|
* Added 'show_featured_artists.py' to 'examples'.
|
||||||
* Expanded contribution and license sections of the documentation.
|
* Expanded contribution and license sections of the documentation.
|
||||||
* Added `FlaskSessionCacheHandler`, a cache handler that stores the token info in a flask session.
|
* Added `FlaskSessionCacheHandler`, a cache handler that stores the token info in a flask session.
|
||||||
|
* Added Python 3.10 in GitHub Actions
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user