django-cms / django-filer

File and Image Management Application for django
https://django-filer.readthedocs.io/
Other
1.73k stars 575 forks source link

Django 4.0 support #1279

Closed airstrike closed 1 year ago

airstrike commented 2 years ago

Django 4.0 supports Python 3.8, 3.9, and 3.10. The Django 3.2.x series is the last to support Python 3.6 and 3.7.

marksweb commented 2 years ago

That's correct, and python 3.6 reached end of life last year.

sureshbabupidugu commented 2 years ago

When next version update of Django Filer for Django 4 Support?

marksweb commented 2 years ago

@sureshbabupidugu as soon as someone raises a valid PR for it I suppose.

marksweb commented 2 years ago

Looks like the tests have dependencies which don't support django 4.

pietzschke commented 2 years ago

@marksweb how can i help? I've seen your PR, it seems that the ci needs to be changed?

marksweb commented 2 years ago

@pietzschke Ah, I didn't get as far as updating the workflow. I've done that now so you can see where I got to.

https://github.com/django-cms/django-filer/runs/5186140565?check_suite_focus=true

One of the dependencies (django-app-helper) hasn't been updated for it's django support, so it doesn't work with django 4 and therefore the test suite for django-filer cannot run.

To progress here, we need to PR django-app-helper with django 4 support.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 1 year ago

This will now be closed due to inactivity, but feel free to reopen it.