We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f3b43 commit 43fcbd7Copy full SHA for 43fcbd7
setup.py
@@ -56,15 +56,11 @@
56
57
# Specify the Python versions you support here. In particular, ensure
58
# that you indicate whether you support Python 2, Python 3 or both.
59
- 'Programming Language :: Python :: 3',
60
- 'Programming Language :: Python :: 3.3',
61
- 'Programming Language :: Python :: 3.4',
62
- 'Programming Language :: Python :: 3.5',
63
'Programming Language :: Python :: 3.6',
64
],
65
66
# Require Python version equal or more than Python 3.
67
- python_requires='>=3',
+ python_requires='>=3.6',
68
69
# Keywords related to the project
70
keywords='open-banking sepa bunq finance api payment',
0 commit comments