manly icon indicating copy to clipboard operation
manly copied to clipboard

Future changes for dropping python versions

Open Summertime opened this issue 7 years ago • 0 comments

End of X.Y support

On the following dates, the following changes can be made to clean up the code somewhat

2.7 EOL (2020-01-01)

  • subprocess.Popen --> subprocess.run
  • Remove __future__

3.5 EOL (2020-09-13)

  • Use subprocess.run(encoding=...)

EOL dates: https://devguide.python.org/#branchstatus

Summertime avatar Nov 16 '18 13:11 Summertime