Skip to content

Commit 9d0c5d4

Browse files
committed
test: pin versions for python 3.7
1 parent 373f75b commit 9d0c5d4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Chore
44

5-
- Pin requests/urllib version on Python 3.9
5+
- Pin requests/urllib version on Python 3.7+
66

77
## [3.0.1] - 2024-06-25
88

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ arrow>=1.0.0,<2.0.0; python_version >= '3.6'
33
iso8601>=0.1.14
44
six>=1.11.0
55
qiniu>=7.3.1
6-
requests<=2.31.0; python_version >= '3.8'
7-
urllib3<=1.26.18; python_version >= '3.8'
6+
requests<=2.31.0; python_version >= '3.7'
7+
urllib3<=1.26.18; python_version >= '3.7'
88
requests-toolbelt==1.0.0
99
Werkzeug>=0.16.0,<2.0.0
1010
secure-cookie>=0.1.0,<1.0.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
'iso8601>=0.1.14',
1212
'six>=1.11.0',
1313
'qiniu==7.3.1',
14-
"requests<=2.31.0; python_version >= '3.8'",
15-
"urllib3<=1.26.18; python_version >= '3.8'",
14+
"requests<=2.31.0; python_version >= '3.7'",
15+
"urllib3<=1.26.18; python_version >= '3.7'",
1616
'requests-toolbelt>=1.0.0',
1717
'Werkzeug>=0.16.0,<2.0.0',
1818
'secure-cookie>=0.1.0,<1.0.0',

0 commit comments

Comments
 (0)