rnag / dataclass-wizard

A simple, yet elegant, set of wizarding tools for interacting with Python dataclasses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop support for Python 3.6 and 3.7 (since past EOL)

rnag opened this issue · comments

In next iteration (probably minor release) I want to drop support for Python 3.6 and 3.7.

This will also have other benefits, such as:

  • fix pyup errors - currently pyup shows as "insecure" since we're forced into using old or outdated pkg versions since most don't support Python 3.6
  • clean up most if not all TODOs scattered in code in library, since most of those are python version- specific anyway.