Skip to content

Commit 33cf965

Browse files
naorlivneBoboTiGsethmlarson
authored
Allow idna 3.x to be installed on Python 3.x
Co-authored-by: Mickaël Schoentgen <[email protected]> Co-authored-by: Seth Michael Larson <[email protected]>
1 parent 5351469 commit 33cf965

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ def run_tests(self):
4343
requires = [
4444
'charset_normalizer~=2.0.0; python_version >= "3"',
4545
'chardet>=3.0.2,<5; python_version < "3"',
46-
'idna>=2.5,<3',
46+
'idna>=2.5,<3; python_version < "3"',
47+
'idna>=2.5,<4; python_version >= "3"',
4748
'urllib3>=1.21.1,<1.27',
4849
'certifi>=2017.4.17'
4950

0 commit comments

Comments
 (0)