Skip to content

Commit 42941fc

Browse files
committed
🔖 djadyen version 3.0.0
1 parent f96711b commit 42941fc

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2+
# 3.0.0
3+
4+
- Updated the Adyen to 10+.
5+
16
# 2.0.4
27

38
- Switched to Web Drop-in and Web Compoments instead of HPP pages

setup.cfg

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# see http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
33
[metadata]
44
name = djadyen
5-
version = 2.0.6
5+
version = 3.0.0
66
description = Django adyen payment integration
77
long_description = file: README.rst
88
url = https://github.com/maykinmedia/djadyen
@@ -20,10 +20,9 @@ classifiers =
2020
Operating System :: Unix
2121
Operating System :: MacOS
2222
Operating System :: Microsoft :: Windows
23-
Programming Language :: Python :: 3.7
24-
Programming Language :: Python :: 3.8
2523
Programming Language :: Python :: 3.9
2624
Programming Language :: Python :: 3.10
25+
Programming Language :: Python :: 3.11
2726
Topic :: Software Development :: Libraries :: Python Modules
2827

2928
[options]

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ envlist =
33
py39-django22
44
py39-django32
55
py310-django32
6+
py311-django32
67
isort
78
black
89
flake8

0 commit comments

Comments
 (0)