You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The walrus expression is supported since Python 3.8, and it causes SyntaxError in Python 3.7. You need to fix this or set python_requires>=3.8 in setup.py, and yank 1.0.5 release in pypi.