laixintao / iredis

Interactive Redis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting.
https://iredis.xbin.io
BSD 3-Clause "New" or "Revised" License
2.52k stars 102 forks source link

upgrade python syntax to python 3.8+ #485

Closed deronnax closed 7 months ago

deronnax commented 7 months ago

just running pyupgrade --py38-plus {iredis,tests}/**/*.py.

laixintao commented 7 months ago

Looks good! thanks

laixintao commented 7 months ago

btw, could you please update https://github.com/laixintao/iredis/blob/master/CHANGELOG.md under upcoming? I think next version would be 1.15 as we have supporting python version changes.