honeybadger-io / honeybadger-python

Send Python and Django errors to Honeybadger.
https://www.honeybadger.io/
MIT License
15 stars 25 forks source link

Jettison Python 3.7 as it won't work with Django 4 #143

Closed dotysan closed 1 year ago

dotysan commented 1 year ago
subzero10 commented 1 year ago

Merging this means that we officially stop support for python 3.7.

I'm wondering if we should wait until Python 3.7 is officially "End of Life" before we merge it 🤔 .

dotysan commented 1 year ago

So yeah, it's way above my pay grade to make that decision to remove support for Python 3.7.

I've hacked up a python.yaml that still builds Django 1/2/3 with Python 3.7 but skips it with Django 4.

Will create new PR and close this one.