Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1326065?usp=email )

Change subject: tests: Add GraalPy 23.1 (Python 3.10) to the test matrix
......................................................................

tests: Add GraalPy 23.1 (Python 3.10) to the test matrix

Also use the latest GraalPy 24 release (24.2) for tests.
setuptools has to be installed for GraalPy 25.

Change-Id: I30bbe0af33f5f3a51b2aac4d4d963dc4e4f95f63
---
M .github/workflows/graalpy_tests.yml
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  jenkins-bot: Verified
  Xqt: Looks good to me, approved




diff --git a/.github/workflows/graalpy_tests.yml 
b/.github/workflows/graalpy_tests.yml
index fdd7d99..8c93208 100644
--- a/.github/workflows/graalpy_tests.yml
+++ b/.github/workflows/graalpy_tests.yml
@@ -25,7 +25,7 @@
     strategy:
       fail-fast: false
       matrix:
-        python-version: [graalpy-24.1, graalpy-25.0]
+        python-version: [graalpy-23.1, graalpy-24.2, graalpy-25.0]
         os: [macOS-latest, ubuntu-latest]
     steps:
       - name: Checkout Repository
@@ -53,7 +53,7 @@
           pip install "charset_normalizer<=3.4.5"
           pip install "urllib3<2.7"
       - name: Install setuptools
-        if: matrix.python-version == 'graalpy-25.0'
+        if: ${{ startsWith(matrix.python-version, 'graalpy-25') }}
         run: pip install setuptools
       - name: Generate user files
         run: |

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1326065?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: I30bbe0af33f5f3a51b2aac4d4d963dc4e4f95f63
Gerrit-Change-Number: 1326065
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to