Skip to content

Commit d660d91

Browse files
authored
Merge branch 'develop' into auto_update_bunq_context_bunq/sdk_python#65
2 parents 1ea3d8a + a13f81b commit d660d91

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

setup.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,11 @@
5656

5757
# Specify the Python versions you support here. In particular, ensure
5858
# 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',
6359
'Programming Language :: Python :: 3.6',
6460
],
6561

66-
# Require Python version equal or more than Python 3.
67-
python_requires='>=3',
62+
# Require Python version equal or higher than Python 3.6.
63+
python_requires='>=3.6',
6864

6965
# Keywords related to the project
7066
keywords='open-banking sepa bunq finance api payment',

0 commit comments

Comments
 (0)