Skip to content

Commit

Permalink
Upgrade to Django 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dicknetherlands authored and tim-schilling committed Dec 5, 2023
1 parent 9a5a9d5 commit fc19260
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 10 deletions.
55 changes: 46 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers = [
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
'Framework :: Django :: 4.2',
'Framework :: Django :: 5.0',
'Intended Audience :: Developers',
'Intended Audience :: End Users/Desktop',
'Operating System :: OS Independent',
Expand All @@ -39,7 +40,8 @@ classifiers = [
python = '^3.7'
django = [
{ version = '^3', python = '<=3.7' },
{ version = '^3 || ^4', python = '>=3.8' },
{ version = '^3 || ^4', python = '>=3.8 <3.10' },
{ version = '^4 || ^5', python = '>=3.10' },
]
requests = '^1 || ^2'
urllib3 = '^1.26.0'
Expand Down

0 comments on commit fc19260

Please sign in to comment.