Xqt has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1057234?usp=email )
Change subject: [tests] install setuptools for Python 3.12+
......................................................................
[tests] install setuptools for Python 3.12+
Bug: T371114
Change-Id: I70318d2b4d9344cafc914da3a1026c51e4c29837
---
M .github/workflows/windows_tests.yml
1 file changed, 3 insertions(+), 0 deletions(-)
Approvals:
Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/windows_tests.yml
b/.github/workflows/windows_tests.yml
index 6ba933e..9d54d4c 100644
--- a/.github/workflows/windows_tests.yml
+++ b/.github/workflows/windows_tests.yml
@@ -52,6 +52,9 @@
pip install -U setuptools;
pip install "urllib3<2.0";
}
+ if ('${{ matrix.python-version }}' -ge '3.12') {
+ pip install -U setuptools;
+ }
pip install -r dev-requirements.txt
pip install -r requirements.txt
pip install wikitextparser
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1057234?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.wikimedia.org/r/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I70318d2b4d9344cafc914da3a1026c51e4c29837
Gerrit-Change-Number: 1057234
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]