Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
[tests] Install setuptools with Python 3.12.x for setup tests on Appveyor

Change-Id: I0cc318b451bb428ac906b1db83797f5f96673af5
---
M .appveyor.yml
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 8965b2c..fa5353e 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -67,7 +67,7 @@
- pip --version
- if [%PYTHON_VERSION%]==[3.7.0] pip install "urllib3<2.0"
- if [%PYTHON_VERSION%]==[3.7.0] pip install -U setuptools
- - if [%PYTHON_VERSION%]==[3.12] pip install -U setuptools
+ - if [%PYTHON_VERSION%]==[3.12.x] pip install -U setuptools
- if [%PYTHON_ARCH%]==[32] pip install "Pillow >= 8.1.2, != 10.0, != 10.1"
- pip install -r requirements.txt
- pip install -r dev-requirements.txt

To view, visit change 1008816. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I0cc318b451bb428ac906b1db83797f5f96673af5
Gerrit-Change-Number: 1008816
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged