Skip to content

Commit fef1339

Browse files
correction to dependencies in pyproject.toml
1 parent 0795c67 commit fef1339

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ classifiers = [
4040
python = '^3.9'
4141
django = [
4242
{ version = '^4.2', python = '>=3.9 <3.10' },
43-
{ version = '^4.2 || ^5', python = '>=3.10' },
44-
{ version = '^6', python = '>=3.12' },
43+
{ version = '^4.2 || ^5 || ^6', python = '>=3.10' },
4544
]
4645
requests = '*'
4746
urllib3 = '*'

0 commit comments

Comments
 (0)