Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[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(-)

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 change 1057234. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I70318d2b4d9344cafc914da3a1026c51e4c29837
Gerrit-Change-Number: 1057234
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>