Skip to content

Commit

Permalink
Remove Django 4.0 reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ronardcaktus committed Jul 26, 2023
1 parent ce6291c commit 5d8011e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"Programming Language :: Python :: 3.10",
"Topic :: Software Development :: Libraries :: Python Modules",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
],
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = {py38,py39,py310}-django{32,40,41,42}
envlist = {py38,py39,py310}-django{32,41,42}

[gh-actions]
python =
Expand All @@ -11,7 +11,6 @@ python =
deps =
factory_boy==3.2.1
django32: Django>=3.2,<4.0
django40: Django>=4.0,<4.1
django41: Django>=4.1,<4.2
django42: Django>=4.2,<5.0
commands = python -Wmodule runtests.py

0 comments on commit 5d8011e

Please sign in to comment.