Skip to content

Commit

Permalink
Django 3.2 (#4)
Browse files Browse the repository at this point in the history
* Django 3.2 changes

* Update version
  • Loading branch information
bertini36 authored May 11, 2021
1 parent 0a963cf commit 05d662e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion datatrans/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.0.13'
__version__ = '1.0.14'
__copyright__ = 'Copyright (c) 2017, skioo SA'
__licence__ = 'MIT'
__URL__ = 'https://github.com/skioo/django-datatrans-gateway'
1 change: 1 addition & 0 deletions datatrans/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
class DatatransConfig(AppConfig):
name = 'datatrans'
verbose_name = 'Datatrans'
default_auto_field = 'django.db.models.AutoField'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
{py36,py37,py38}-{django20,django21,django22,django31}-test
py38-django31-{checkmigrations,flake,mypy,coverage}
{py36,py37,py38}-{django20,django21,django22,django32}-test
py38-django32-{checkmigrations,flake,mypy,coverage}

[testenv]
basepython =
Expand All @@ -18,7 +18,7 @@ deps =
django20: Django>=2.0,<2.1
django21: Django>=2.1,<2.2
django22: Django>=2.2,<2.3
django31: Django>=3.1,<3.2
django31: Django>=3.2
django-money
requests
defusedxml
Expand Down

0 comments on commit 05d662e

Please sign in to comment.