online-judge-tools / oj

Tools for various online judges. Downloading sample cases, generating additional test cases, testing your code, and submitting it.
MIT License
1.03k stars 92 forks source link

Stop Python 3.5 support #809

Closed kmyk closed 4 years ago

kmyk commented 4 years ago

Python 3.5 reaches its EOL at September 4, 2020. Let's remove workarounds for Python 3.5. e.g. replacing x = a # type: t with x: t = a.