cfpb / django-flags

Feature flags for Django projects
https://cfpb.github.io/django-flags/
Creative Commons Zero v1.0 Universal
256 stars 31 forks source link

Drop support for Python 3.6 #105

Closed michael-k closed 1 year ago

michael-k commented 2 years ago

Python 3.6 reached its end of life in December 2021, see https://peps.python.org/pep-0494/#lifespan

adamchainz commented 1 year ago

LGTM

Following this, it would be nice to see testing on all supported Python versions, 3.7 through 3.11.

Relatedly, I made #109 to update the linters to run with Python 3.11.

willbarton commented 1 year ago

Thank you so much for the contribution, @michael-k! I'm sorry it took so long to get it in.