Skip to content

Commit

Permalink
Add support for python 3.9 and django 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asfaltboy committed Feb 21, 2021
1 parent 714a451 commit 841a7a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For release notes, see `Changelog <https://raw.githubusercontent.com/modlinltd/d
Requirements
============

- Django >= 1.9 (Django 1.9 - 3.0 on Python 2/3/PyPy3)
- Django >= 1.9 (Django 1.9 - 3.1 on Python 2/3/PyPy3)
- django-braces >= 1.4, <= 1.14.0
- simplejson >= 3.6.5, < 4

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def get_full_description():
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Framework :: Django',
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ envlist =
py36-django{111,20,21,22,30,31}
py37-django{111,20,21,22,30,31}
py38-django{22,30,31}
pypy3-django{19,110,111,20,21,22,30}
py39-django{22,30,31}
pypy3-django{19,110,111,20,21,22,30,31}

[pycodestyle]
max-line-length = 120
Expand Down

0 comments on commit 841a7a5

Please sign in to comment.