Skip to content

Commit fc8030a

Browse files
authored
update setup.py: only python 3.7 is supported.
As a result of using from ```__future__ import annotations```, the bunq SDK is no longer compatible with Python versions lower than 3.7.
1 parent b381304 commit fc8030a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@
5858

5959
# Specify the Python versions you support here. In particular, ensure
6060
# that you indicate whether you support Python 2, Python 3 or both.
61-
'Programming Language :: Python :: 3.5',
62-
'Programming Language :: Python :: 3.6',
6361
'Programming Language :: Python :: 3.7',
6462
],
6563

0 commit comments

Comments
 (0)