From 5ffb5625de852a642c222d3b6fd3b6ed0e614349 Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Wed, 6 Mar 2024 11:44:11 -0500 Subject: [PATCH 1/4] ci: Run `playwright-examples` on Python 3.12 as well --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 486ee6678..fe2b5d90e 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -79,7 +79,7 @@ jobs: if: github.event_name != 'release' strategy: matrix: - python-version: ["3.11", "3.10", "3.9", "3.8"] + python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"] os: [ubuntu-latest] fail-fast: false From ed5308c49c12cb18de64a6dfdd6deb2602569000 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Wed, 6 Mar 2024 12:16:43 -0500 Subject: [PATCH 2/4] Add 3.12 to testrail reporting --- .github/workflows/pytest.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 70fbe9ab5..0576fc17b 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -210,6 +210,7 @@ jobs: strategy: matrix: python-version: + - "3.12" - "3.11" - "3.10" - "3.9" From ec50e7d38bd0af42bf4ef2355882668dd215a2c0 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Wed, 6 Mar 2024 12:17:12 -0500 Subject: [PATCH 3/4] Build docs on 3.12 --- .github/workflows/build-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index 2f4e32a28..c53dfd047 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.11"] + python-version: ["3.12"] fail-fast: false steps: From a9f89ff3ffb98960cd61301b966b20f39c8c019f Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Wed, 6 Mar 2024 12:17:37 -0500 Subject: [PATCH 4/4] Update default value for setting up py-shiny --- .github/py-shiny/setup/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/py-shiny/setup/action.yaml b/.github/py-shiny/setup/action.yaml index 74e2be520..e96f99619 100644 --- a/.github/py-shiny/setup/action.yaml +++ b/.github/py-shiny/setup/action.yaml @@ -4,7 +4,7 @@ inputs: python-version: description: 'Python version to use' required: false - default: "3.11" + default: "3.12" runs: using: "composite" steps: