Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1008139?usp=email )
Change subject: [tests] Install setuptools with Python 3.12 for setup tests on Appveyor ...................................................................... [tests] Install setuptools with Python 3.12 for setup tests on Appveyor Change-Id: Icb74501c9664b3ff500328caebbf3e802ce237e7 --- M .appveyor.yml 1 file changed, 10 insertions(+), 0 deletions(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/.appveyor.yml b/.appveyor.yml index fe83b36..8965b2c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -67,6 +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_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 https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1008139?usp=email 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: Icb74501c9664b3ff500328caebbf3e802ce237e7 Gerrit-Change-Number: 1008139 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]
