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 1ea3d8a + a13f81b commit d660d91Copy full SHA for d660d91
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