bloomberg / attrs-strict

Provides runtime validation of attributes specified in Python 'attr'-based data classes.
Apache License 2.0
52 stars 19 forks source link

Python 3.9 support #53

Closed gaborbernat closed 4 years ago

gaborbernat commented 4 years ago

At a first stab seems the Callable parts need altering to support 3.9. Add CI test via https://github.com/actions/setup-python/issues/20, and then fix this.