mirror of
https://github.com/misiektoja/spotify_monitor.git
synced 2026-04-25 22:55:52 +03:00
[GH-ISSUE #20] Min python version 3.6 doesn't support the walrus operator (:=) found in generate_totp() #12
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?
Originally created by @tomballgithub on GitHub (Jul 19, 2025).
Original GitHub issue: https://github.com/misiektoja/spotify_monitor/issues/20
The walrus operator (:=) was introduced in python 3.8.
So, either it should be removed, or the minimum version should be 3.8
@github-actions[bot] commented on GitHub (Aug 19, 2025):
This issue has been marked as stale because it has been inactive for 30 days. It will be closed in 7 days if no further activity occurs.
@tomballgithub commented on GitHub (Aug 19, 2025):
Updating to keep this active
@github-actions[bot] commented on GitHub (Sep 20, 2025):
This issue has been marked as stale because it has been inactive for 30 days. It will be closed in 7 days if no further activity occurs.
@tomballgithub commented on GitHub (Sep 20, 2025):
I'll make a PR
@tomballgithub commented on GitHub (Oct 3, 2025):
Can close after merge to main
@tomballgithub commented on GitHub (Oct 12, 2025):
Fixed in new release