We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c401f14 commit bf96f49Copy full SHA for bf96f49
1 file changed
setup.py
@@ -20,6 +20,7 @@
20
packages=['upcloud_api', 'upcloud_api.cloud_manager'],
21
download_url='https://github.com/UpCloudLtd/upcloud-python-api/archive/%s.tar.gz' % version,
22
license='MIT',
23
+ python_requires='>=2.6,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
24
install_requires=[
25
'requests>=2.6.0',
26
'six>=1.9.0'
0 commit comments