django / django-docker-box

Run the Django test suite across all supported databases and python versions
116 stars 37 forks source link

Updated default PYTHON_VERSION to 3.8 #25

Closed hannseman closed 3 years ago

hannseman commented 3 years ago

The test suite fails after support for Python 3.6 and 3.7 was dropped in https://github.com/django/django/commit/ec0ff406311de88f4e2a135d784363424fe602aa.

I didn't touch .travis.yml since all builds have been broken for a while. My feeling is that the time is better spent on migrating to Github Actions :-) (https://github.com/django/django-docker-box/pull/10)

orf commented 3 years ago

Thank you! Regarding GitHub actions, I'm doing some work in this area: https://forum.djangoproject.com/t/improving-the-contribution-experience-with-github-actions/5964

Any comments you have on that proposal would be most welcome!