-
Notifications
You must be signed in to change notification settings - Fork 96
Drop support for end-of-life Python 3.6 #193
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the problem/need and solution
Python 3.6 is EOL. By dropping support we could do a few things:
- Reduce number of CI jobs
- Have nicer type annotations by using
from __future__ import annotations(allows using built-ins likedict,list,tuplein annotations, rather thanfrom typing import Dict, List, Tuple - Consider if
attrsdependency can be replaced with the Python 3.7dataclassesstdlib (attrsis a superset so this may or may not be a good idea)
Guide for implementation
No response
Tasks and updates
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request