Skip to content

Commit

Permalink
Prepare v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdinand Hoffmann committed Mar 22, 2022
1 parent 7e8bfdf commit 9bf7c25
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django>=2.2,<2.3
django
psycopg2
django_ses
cryptography
Expand Down
7 changes: 3 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[metadata]
name = django-ses-sns-tracker
version = 2.0.0
version = 3.0.0
author = anfema GmbH
author_email = contact@anfe.ma
description = Simple wrapper around django-ses to receive and persist sns event data
Expand All @@ -12,14 +12,13 @@ license= MIT
license_files = LICENSE
url = https://github.com/anfema/django-ses-sns-tracker
classifiers =
Framework :: Django :: 2.2
Framework :: Django :: 3.1
Framework :: Django :: 3.2
Framework :: Django :: 4.0
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
License :: OSI Approved :: MIT License
Operating System :: OS Independent
test_suite = runtests.run_tests
Expand Down
14 changes: 8 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tox]
envlist =
py{36,37,38,39}-django{22,31}
py{37,38,39,310}-django32
py{38,39,310}-django40
flake8
isort

Expand All @@ -13,16 +14,17 @@ commands =
[testenv]
deps =
coverage
cryptography
psycopg2
django22: Django>=2.2,<2.3
django31: Django>=3.1,<3.2
django32: Django~=3.2
django40: Django~=4.0

setenv =
PYTHONPATH = {toxinidir}
PYTHONWARNINGS = module::DeprecationWarning

commands =
coverage run setup.py test
coverage run runtests.py
{[cleanup]commands}

whitelist_externals =
Expand All @@ -40,7 +42,7 @@ commands = isort --check-only --diff ses_sns_tracker

[travis]
python =
3.6: py36
3.7: py37
3.8: py38
3.9: py39, flake8, isort
3.9: py39
3.10: py39, flake8, isort

0 comments on commit 9bf7c25

Please sign in to comment.