arrow-py / arrow

๐Ÿน Better dates & times for Python
https://arrow.readthedocs.io
Apache License 2.0
8.63k stars 669 forks source link

Remove typing_extensions #1176

Closed lahwaacz closed 2 weeks ago

lahwaacz commented 2 weeks ago

Pull Request Checklist

Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all appropriate boxes:

If you have any questions about your code changes or any of the points above, please submit your questions along with the pull request and we will try our best to help!

Description of Changes

Removed typing_extensions imports which were used for python<3.8, but this package requires python>=3.8.