-
Notifications
You must be signed in to change notification settings - Fork 80
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
,tuple
in annotations, rather thanfrom typing import Dict, List, Tuple
- Consider if
attrs
dependency can be replaced with the Python 3.7dataclasses
stdlib (attrs
is a superset so this may or may not be a good idea)
Guide for implementation
No response
Tasks and updates
No response
chrisjsewell
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request