Skip to content

Commit

Permalink
So what
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Aug 30, 2023
1 parent c1caf8b commit de4eb0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dynamic = [
"version",
]
dependencies = [
"Django>=4",
"Django>=4.1",
"django-countries>=3.3",
"openpyxl>=2.2",
"pdfdocument>=3.1",
Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[tox]
envlist =
py{38,39,310}-dj{40,41,42}
py{310,311}-dj{40,41,42,main}
py{38,39,310}-dj{41,42}
py{310,311}-dj{41,42,main}
docs

[testenv]
usedevelop = true
deps =
dj40: Django>=4.0,<4.1
dj41: Django>=4.1,<4.2
dj42: Django>=4.2,<5.0
djmain: https://github.com/django/django/archive/main.tar.gz
Expand Down

0 comments on commit de4eb0d

Please sign in to comment.