Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/854876 )
Change subject: [tests] Update CI tests ......................................................................
[tests] Update CI tests
- add Python 3.12 to the test matrix - remove experimental flag for wikipedia:test site - remove 3.12 test on wikipedia:test due to matrix expansion - increase max-parallel because pypy3.7 tests are faster
Change-Id: I6968b2d2452c054624fe622ca5c73fa81c36e62b --- M .github/workflows/pywikibot-ci.yml 1 file changed, 2 insertions(+), 5 deletions(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/pywikibot-ci.yml b/.github/workflows/pywikibot-ci.yml index 7bf3122..5e6f876 100644 --- a/.github/workflows/pywikibot-ci.yml +++ b/.github/workflows/pywikibot-ci.yml @@ -23,10 +23,10 @@
strategy: fail-fast: false - max-parallel: 11 + max-parallel: 15
matrix: - python-version: ["pypy3.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["pypy3.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] site: ['wikipedia:en', 'wikisource:zh'] test_prod_only: [true] include: @@ -46,7 +46,6 @@ - python-version: 3.7 site: wikipedia:test write-test: true - experimental: true - python-version: 3.7 site: wikidata:test - python-version: 3.9 @@ -57,8 +56,6 @@ - python-version: 3.8 site: wowwiki:uk experimental: true - - python-version: 3.12 - site: wikipedia:test - python-version: 3 site: wikipedia:de os: macOS-latest
pywikibot-commits@lists.wikimedia.org