issues
search
nmlorg
/
metabot
Modularized, multi-account bot.
https://metabot.readthedocs.io/
5
stars
0
forks
source link
Python 3.5/3.8 changes
#91
Closed
nmlorg
closed
7 months ago
nmlorg
commented
3 years ago
Continuing from #54:
Make sure Python 3.8 is supported
everywhere
.
Consider dropping arguments to
super()
(
PEP 3135
), which
pylint
complains about now.
Consider dropping Python 3.5 support (which apparently
end-of-lifed last September
).
Consider switching to 3.6+-supported
f-Strings
.
Continuing from #54:
super()
(PEP 3135), whichpylint
complains about now.