Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1030600?usp=email )
Change subject: [tests] update macOS in test matrix ......................................................................
[tests] update macOS in test matrix
Do not use macOS-latest; Python 3.7 failes with it.
Bug: T364692 Change-Id: Iecb87530d6c297a36f1d11ee12f98a33728d1a57 --- M .github/workflows/doctest.yml 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/.github/workflows/doctest.yml b/.github/workflows/doctest.yml index fae76f3..1be6714 100644 --- a/.github/workflows/doctest.yml +++ b/.github/workflows/doctest.yml @@ -24,7 +24,7 @@ max-parallel: 7
matrix: - os: [ "windows-latest", "macOS-latest", "ubuntu-latest" ] + os: [ "windows-latest", "macOS", "ubuntu-latest" ] python-version: ["pypy3.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] include: - python-version: "3.13-dev"
pywikibot-commits@lists.wikimedia.org