Skip to content

Remove django-tasks dependency#40

Draft
RealOrangeOne wants to merge 1 commit into
masterfrom
drop-django-tasks
Draft

Remove django-tasks dependency#40
RealOrangeOne wants to merge 1 commit into
masterfrom
drop-django-tasks

Conversation

@RealOrangeOne
Copy link
Copy Markdown
Owner

Fixes #19

@RealOrangeOne RealOrangeOne marked this pull request as draft May 22, 2026 15:19
@RealOrangeOne RealOrangeOne force-pushed the drop-django-tasks branch 2 times, most recently from 3cece65 to 90546c0 Compare May 22, 2026 15:22
@RealOrangeOne
Copy link
Copy Markdown
Owner Author

Turns out, this is quite a hard problem, since certain aspects aren't identical. Please, someone else take this over!

Comment thread .github/workflows/ci.yml
pip install Django~=${{ matrix.django-version }}
- name: Install django-tasks
run: pip install django-tasks
if: matrix.django-version != '6.0'
Copy link
Copy Markdown

@FlipperPA FlipperPA May 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4.2 LTS is no longer supported; would it make more sense to just do if: matrix.django-version == '5.2'? I'm happy to help and remove 4.2 from the matrix.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd welcome a PR to drop 4.2 support - sure!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove django-tasks dependency for Django 6.0+ users

2 participants