lebrice / SimpleParsing

Simple, Elegant, Typed Argument Parsing with argparse
MIT License
399 stars 49 forks source link

Drop support for python 3.6 #135

Closed lebrice closed 2 years ago

lebrice commented 2 years ago

I'm seriously considering dropping support for python 3.6:

Does anyone have any strong objections to this?

If not, I'll go ahead with this soon (e.g. 1-2 weeks), and bump the minor version in the next release, to signify this change.

idoby commented 2 years ago

I think it's safe to assume people who use this also use the latest (or almost-latest) version of Python