Skip to content

Commit

Permalink
Pin down Django for tests (to support py 3.6 and 3.7).
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Feb 1, 2022
1 parent e82c22b commit 1d2a9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,7 +46,7 @@ def get_readme():
tests_require=[
'pytest',
'pytest-djangoapp',
'django',
'django<4.0.0',
],

classifiers=[
Expand Down

0 comments on commit 1d2a9c0

Please sign in to comment.