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
Python 3.6 and 3.7 are deprecated. Support should be dropped to improve language feature usage and require less maintenance for backwards compatibility.
This is a collection ticket for tasks to do when dropping Python 3.6-3.7 support:
Python 3.6 and 3.7 are deprecated. Support should be dropped to improve language feature usage and require less maintenance for backwards compatibility.
This is a collection ticket for tasks to do when dropping Python 3.6-3.7 support:
unittest.yaml
workflow fromruns-on: ubuntu-20.04
toruns-on: ubuntu-latest
(added in Add CodeQL workflow for GitHub code scanning #94, see Python 3.6 x64 on Linux: Error: Version 3.6 with arch x64 not found actions/setup-python#544)
Investigate if_lrucache.pyi
can be merged into_lrucache.py
. The former was created due to runtime constraints of Py3.6.typing_extensions
are still needed. The prime candidate ofProtocol
was added in Py3.8.asynctools
where this could simplify code./
function parameter syntax to indicate positional-only parametersDeclare classes astyping.final
.The text was updated successfully, but these errors were encountered: