Skip to content

Commit

Permalink
Merge pull request #59 from onaio/update-support-django-version
Browse files Browse the repository at this point in the history
Support Django 4
  • Loading branch information
DavisRayM authored Feb 10, 2023
2 parents 9761961 + 068dacc commit 5a9e846
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ona-oidc
version = 1.0.1
version = 1.0.2
description = Ona OpenID Connect Client
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down Expand Up @@ -30,7 +30,7 @@ tests_require =
mock
tox
install_requires =
Django>=3.2.13,<4
Django>=3.2.13,<5
djangorestframework
pyjwt[crypto]
requests
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ basepython =
py39: python3.9
commands =
django32: pip install Django>=3.2.13,<4
django40: pip install Django>=4
django40: pip install Django>=4,<5
pipenv sync --dev
python manage.py test {toxinidir}/tests

0 comments on commit 5a9e846

Please sign in to comment.