-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SyntaxError in Python <3.12 #21
Comments
Same |
forgot to test it on older versions I was testing on 3.12, sorry for the delay my pc was busted, fixed the issue in this commit 30bac23 (working in python 3.8.10) |
Should I upgrade now? |
I didn't publish yet making few more changes. as a temp fix just manually apply the changes I made in the commit |
Thanks for reporting, with v1.4.1 this should be fixed. |
Steps to reproduce:
Expected result:
Download starts and completes.
Actual result:
in pypdl/factory.py", line 219,
The new f-string usage is only available in Python 3.12.
Environment:
The text was updated successfully, but these errors were encountered: