mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Add Python3.9 support.
This commit is contained in:
parent
5580cad525
commit
882919f7e0
3 changed files with 3 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ python:
|
|||
- 3.6
|
||||
- 3.7
|
||||
- 3.8
|
||||
- 3.9
|
||||
arch:
|
||||
- amd64
|
||||
- ppc64le
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -45,6 +45,7 @@ setup(
|
|||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Framework :: Django',
|
||||
'Framework :: Django :: 2.2',
|
||||
'Framework :: Django :: 3.0',
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -1,6 +1,6 @@
|
|||
[tox]
|
||||
envlist =
|
||||
py{36,37,38}-django{22,30,31,trunk}
|
||||
py{36,37,38,39}-django{22,30,31,trunk}
|
||||
flake8
|
||||
|
||||
[testenv]
|
||||
|
|
|
|||
Loading…
Reference in a new issue