mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[GH-ISSUE #225] Python 3.5 doesn't seem to be supported #176
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#176
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 @spidru on GitHub (Aug 31, 2021).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/225
Hi there,
I'd like to report that I get the following error when trying to use Python 3.5:
My understanding is that f-strings were only introduced in Python 3.6, causing this syntax error. So I guess the README should be updated to "3.6 or higher" rather than "3.5 or higher"?
@sigma67 commented on GitHub (Sep 2, 2021):
Hm it seems that one snuck in unnoticed during a recent PR. But Python 3.5 has reached end-of-life, so we should instead up version in the README as you suggested.
https://www.python.org/downloads/
@spidru commented on GitHub (Sep 6, 2021):
Agreed. Let me know if you'd rather I create a PR for this.