mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #1065] [MERGED] Drop support for EOL Python 3.7 #1149
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#1149
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spotipy-dev/spotipy/pull/1065
Author: @hugovk
Created: 12/28/2023
Status: ✅ Merged
Merged: 5/21/2024
Merged by: @dieser-niko
Base:
master← Head:rm-3.6📝 Commits (10+)
8c79ed3Add python_requires to help pipe67d472Update supported versions in tox.ini00cc035Upgrade Python syntax with pyupgrade --py37-plus595b493Bump GitHub Actionsc25109aAdd Python 3.11 and 3.12 to CIb61bd5dRemove six dependencyfbb9db0Remove redundant dependenciesecbf7a2Remove redudant Python 3.5 code766391cDrop support for EOL Python 3.70325909Upgrade Python syntax with pyupgrade --py38-plus📊 Changes
29 files changed (+85 additions, -125 deletions)
View changed files
📝
.github/workflows/integration_tests.yml(+2 -2)📝
.github/workflows/publish.yml(+3 -3)📝
.github/workflows/pull_request.yml(+2 -2)📝
.github/workflows/pythonapp.yml(+3 -3)📝
CHANGELOG.md(+4 -0)📝
docs/conf.py(+0 -1)📝
docs/index.rst(+1 -1)📝
examples/audio_analysis_for_track.py(+1 -2)📝
examples/audio_features.py(+1 -3)📝
examples/audio_features_for_track.py(+1 -4)📝
examples/contains_a_saved_track.py(+1 -1)📝
examples/delete_a_saved_track.py(+1 -1)📝
examples/remove_specific_tracks_from_playlist.py(+1 -2)📝
examples/remove_tracks_from_playlist.py(+1 -1)📝
examples/replace_tracks_in_playlist.py(+1 -1)📝
examples/show_album.py(+0 -1)📝
examples/show_related.py(+0 -1)📝
examples/simple_artist_albums.py(+1 -1)📝
examples/simple_artist_top_tracks.py(+0 -1)📝
examples/title_chain.py(+1 -1)...and 9 more files
📄 Description
Remove redundant dependencies and code, and upgrade syntax using pyupgrade.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.