File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # 3.0.0
3
+
4
+ - Updated the Adyen to 10+.
5
+
1
6
# 2.0.4
2
7
3
8
- Switched to Web Drop-in and Web Compoments instead of HPP pages
Original file line number Diff line number Diff line change 2
2
# see http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
3
3
[metadata]
4
4
name = djadyen
5
- version = 2 .0.6
5
+ version = 3 .0.0
6
6
description = Django adyen payment integration
7
7
long_description = file: README.rst
8
8
url = https://github.com/maykinmedia/djadyen
@@ -20,10 +20,9 @@ classifiers =
20
20
Operating System :: Unix
21
21
Operating System :: MacOS
22
22
Operating System :: Microsoft :: Windows
23
- Programming Language :: Python :: 3.7
24
- Programming Language :: Python :: 3.8
25
23
Programming Language :: Python :: 3.9
26
24
Programming Language :: Python :: 3.10
25
+ Programming Language :: Python :: 3.11
27
26
Topic :: Software Development :: Libraries :: Python Modules
28
27
29
28
[options]
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ envlist =
3
3
py39-django22
4
4
py39-django32
5
5
py310-django32
6
+ py311-django32
6
7
isort
7
8
black
8
9
flake8
You can’t perform that action at this time.
0 commit comments