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
This is the reminder issue to drop Python 3.7 support from this library.
Since 3.7 is alive until 2023-06-27, we need to process this issue after such date.
3.7 involves many syntax incompatibility with newer versions. It is sometimes frustrating to add/maintain the feature that requires a context switch with sys.version_info.minor.
Description
This is the reminder issue to drop Python 3.7 support from this library.
Since 3.7 is alive until 2023-06-27, we need to process this issue after such date.
3.7 involves many syntax incompatibility with newer versions. It is sometimes frustrating to add/maintain the feature that requires a context switch with
sys.version_info.minor
.Additional context
The EOL timeline: https://devguide.python.org/versions/
The text was updated successfully, but these errors were encountered: