Xqt has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/806494 )
Change subject: [fix] Fix requests dependency
......................................................................
[fix] Fix requests dependency
Change-Id: I76e9f649f2dcd79a3c87fa0dfd2b07fb7ac9a5b5
---
M setup.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Xqt: Verified; Looks good to me, approved
diff --git a/setup.py b/setup.py
index b9a6491..e6e0925 100755
--- a/setup.py
+++ b/setup.py
@@ -110,7 +110,7 @@
dependencies = [
'requests>=2.20.1, <2.26.0; python_version < "3.6"',
'requests>=2.20.1, <2.28.0; '
- 'python_version >= "3.6" and python_version < "3.10"',
+ 'python_version >= "3.6" and python_version < "3.7"',
'requests>=2.20.1; python_version>="3.7"',
# PEP 440
'setuptools>=48.0.0 ; python_version >= "3.10"',
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/806494
To unsubscribe, or for help writing mail filters, visit
https://gerrit.wikimedia.org/r/settings
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I76e9f649f2dcd79a3c87fa0dfd2b07fb7ac9a5b5
Gerrit-Change-Number: 806494
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]