mirror of
https://github.com/misiektoja/spotify_monitor.git
synced 2026-04-25 22:55:52 +03:00
[PR #25] [MERGED] Remove walrus operator to support min python version 3.6 #34
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/misiektoja/spotify_monitor/pull/25
Author: @tomballgithub
Created: 10/3/2025
Status: ✅ Merged
Merged: 10/3/2025
Merged by: @tomballgithub
Base:
dev← Head:walrus_fix📝 Commits (1)
948d7cdRemove walrus operator to support min python version 3.6📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
spotify_monitor.py(+2 -1)📄 Description
The walrus operator (:=) was introduced in python 3.8.
So, either it should be removed, or the minimum version should be 3.8
Current code base checks for 3.6:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.