Skip to content

Commit

Permalink
Address feedback and remove support for previous versions of django
Browse files Browse the repository at this point in the history
  • Loading branch information
ticosax committed Jun 21, 2024
1 parent 8868b88 commit 6072d06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ def readfile(filename):
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
Expand Down
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tox]
envlist =
py{38,39,310}-dj-3.2
py{38,39,310,311}-dj-4.{1,2}
py{38,39,310,311}-dj-4.2
py{310,311,312}-5.0
py{310,311,312}-dj-master

Expand All @@ -21,8 +20,6 @@ setenv=
DJANGO_SETTINGS_MODULE = tests.settings
PYTHONPATH = {toxinidir}
deps =
dj-3.2: Django>=3.2,<3.3
dj-4.1: Django>=4.1,<4.2
dj-4.2: Django>=4.2,<5
dj-5.0: Django>=5,<5.1
dj-master: https://github.com/django/django/archive/master.tar.gz

0 comments on commit 6072d06

Please sign in to comment.