gaiacoop / django-huey

A django integration for huey task queue that supports multi queue management
MIT License
67 stars 5 forks source link

Test on Django 4.2 #13

Closed adamchainz closed 1 year ago

adamchainz commented 1 year ago

Update tests to run with Python 3.11 and Django 4.2. Checked for warnings by adding -W all to the test run, one appeared:

/.../site-packages/django/conf/__init__.py:241: RemovedInDjango50Warning: The default value of USE_TZ will change from False to True in Django 5.0. Set USE_TZ to False in your project settings if you want to keep the current default behavior.
  warnings.warn(

...which I fixed.

I also upgraded the GitHub Actions actions.

pablop94 commented 1 year ago

Hey! thanks for the update and sorry for the delay, could you please remove 3.6 and 3.7 from github actions?

adamchainz commented 1 year ago

Done. (Did you know you maintainers push changes to PR branches?)

pablop94 commented 1 year ago

No, I didn't know, I'll do it next time. Thanks for all!

pablop94 commented 1 year ago

You'll need a new release, right? If so, I'll be releasing it later today

adamchainz commented 1 year ago

I don't need it, since the code was compatible without changes. But to show your project is active and definitely works on the latest version, you can release.