Skip to content

Commit 5d2cc30

Browse files
committed
Version updates
1 parent 62d1a98 commit 5d2cc30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ deploy:
2525
on:
2626
repo: UpCloudLtd/upcloud-python-api
2727
tags: true
28-
python: "3.8"
28+
python: "3.9"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get_version(rel_path):
3939
license='MIT',
4040
python_requires='>3.5',
4141
install_requires=[
42-
'requests>=2.6.0',
43-
'six>=1.9.0'
42+
'requests>=2.24.0',
43+
'six==1.15.0'
4444
]
4545
)

0 commit comments

Comments
 (0)