[PR #1065] [MERGED] Drop support for EOL Python 3.7 #1149

Closed
opened 2026-02-28 00:03:49 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: rm-3.6


📝 Commits (10+)

  • 8c79ed3 Add python_requires to help pip
  • e67d472 Update supported versions in tox.ini
  • 00cc035 Upgrade Python syntax with pyupgrade --py37-plus
  • 595b493 Bump GitHub Actions
  • c25109a Add Python 3.11 and 3.12 to CI
  • b61bd5d Remove six dependency
  • fbb9db0 Remove redundant dependencies
  • ecbf7a2 Remove redudant Python 3.5 code
  • 766391c Drop support for EOL Python 3.7
  • 0325909 Upgrade 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.

## 📋 Pull Request Information **Original PR:** https://github.com/spotipy-dev/spotipy/pull/1065 **Author:** [@hugovk](https://github.com/hugovk) **Created:** 12/28/2023 **Status:** ✅ Merged **Merged:** 5/21/2024 **Merged by:** [@dieser-niko](https://github.com/dieser-niko) **Base:** `master` ← **Head:** `rm-3.6` --- ### 📝 Commits (10+) - [`8c79ed3`](https://github.com/spotipy-dev/spotipy/commit/8c79ed3347556473e41e4a632d8e7c1602c8e475) Add python_requires to help pip - [`e67d472`](https://github.com/spotipy-dev/spotipy/commit/e67d47255cb0dfaaa3716e3c0c45ccd548aece6a) Update supported versions in tox.ini - [`00cc035`](https://github.com/spotipy-dev/spotipy/commit/00cc035d06bddc7be963e4fb26993f4cebc87e33) Upgrade Python syntax with pyupgrade --py37-plus - [`595b493`](https://github.com/spotipy-dev/spotipy/commit/595b4931f6d5b750d4de71ae4a8d88e6349bb60b) Bump GitHub Actions - [`c25109a`](https://github.com/spotipy-dev/spotipy/commit/c25109aee8a43f129ad2ecf61aef3efad547a08e) Add Python 3.11 and 3.12 to CI - [`b61bd5d`](https://github.com/spotipy-dev/spotipy/commit/b61bd5ddb49d5623f6c19892c09a5b48f21e8fad) Remove six dependency - [`fbb9db0`](https://github.com/spotipy-dev/spotipy/commit/fbb9db00acd0fa5ad8e8aa9c8fd7e57edee3318f) Remove redundant dependencies - [`ecbf7a2`](https://github.com/spotipy-dev/spotipy/commit/ecbf7a2fa1337c4055747768f3ffa2bb0761cb7e) Remove redudant Python 3.5 code - [`766391c`](https://github.com/spotipy-dev/spotipy/commit/766391cd4c43f5b6dd785d517295e6dbd6886b4e) Drop support for EOL Python 3.7 - [`0325909`](https://github.com/spotipy-dev/spotipy/commit/0325909b7526b07585783ff8ff5d1bdda238e64b) Upgrade Python syntax with pyupgrade --py38-plus ### 📊 Changes **29 files changed** (+85 additions, -125 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description Remove redundant dependencies and code, and upgrade syntax using pyupgrade. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:03:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotipy#1149
No description provided.