neulab / ExplainaBoard

Interpretable Evaluation for AI Systems
MIT License
360 stars 36 forks source link

Drop python 3.8 support. #587

Closed odashi closed 1 year ago

odashi commented 1 year ago

Overview

This change drops Python 3.8 support from this repository.

Details

Drop Python 3.8 runner from the CIs, and add flake8-pep585 plugin to restrict new type aliases. setup.cfg is unchanged because it does not contain the 3.8 tag.

References

Blocked by