Skip to content

Commit

Permalink
Drop Django 4.0 support (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki authored Jul 4, 2023
1 parent fe13048 commit 418f1c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,14 @@ def rel(*xs):
"django_dramatiq.migrations",
],
install_requires=[
"django>=2.2",
"django>=3.2",
"dramatiq>=1.11",
],
classifiers=[
"Environment :: Web Environment",
"Operating System :: OS Independent",
"Framework :: Django",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
Expand Down
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[tox]
envlist=
py38-django{32,40,41}
py39-django{32,40,41}
py310-django{32,40,41}
py{38,39,310}-django{32,41}
py311-django{41}
flake8
migrations
Expand All @@ -14,7 +12,6 @@ deps=
pytest-django
flake8: flake8
django32: django>=3.2,<4.0
django40: django>=4.0,<4.1
django41: django>=4.1,<4.2
commands=
py.test {posargs}
Expand Down

0 comments on commit 418f1c4

Please sign in to comment.