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.
2 parents 33d0f68 + 1c5b654 commit a13f81bCopy full SHA for a13f81b
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',
+ # Require Python version equal or higher than Python 3.6.
+ python_requires='>=3.6',
68
69
# Keywords related to the project
70
keywords='open-banking sepa bunq finance api payment',
0 commit comments