From ac6e42ca6ffceac780b2e3c2676e246260cc2844 Mon Sep 17 00:00:00 2001 From: Andrew Rowley Date: Mon, 14 Oct 2024 08:58:09 +0100 Subject: [PATCH 1/2] Switch mac and windows to check Python 3.9 now 3.8 is EOL --- .github/workflows/python_checks.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python_checks.yml b/.github/workflows/python_checks.yml index 980d696..de6c2cc 100644 --- a/.github/workflows/python_checks.yml +++ b/.github/workflows/python_checks.yml @@ -25,7 +25,7 @@ on: required: true type: string install_module: - description: > + description: > Flag to say if the current model should be installed should be installed Excepted values are true of false required: false @@ -64,7 +64,7 @@ on: type: string default: 'false' cfg_file: - description: > + description: > Name of the cfg file to be created excluding the ~./ start and .cfg end The default string will skip the create cfg stage @@ -98,7 +98,7 @@ on: required: true type: string rat_config_file: - description: > + description: > Which xml config file to use for rat. Supported options are: 'rat.xml' all license acceptable to rat @@ -270,7 +270,7 @@ jobs: checks: 'tests' - runner: windows-2019 - python-version: 3.8 + python-version: 3.9 checks: 'tests' - runner: macos-latest @@ -278,7 +278,7 @@ jobs: checks: 'tests' - runner: macos-12 - python-version: 3.8 + python-version: 3.9 checks: 'tests' runs-on: ${{ matrix.runner }} From 2d762bee88c59387c3c51870f36d1831b72e8c2e Mon Sep 17 00:00:00 2001 From: Andrew Rowley Date: Mon, 14 Oct 2024 09:31:29 +0100 Subject: [PATCH 2/2] Shift latest to 3.13 also --- .github/workflows/python_checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python_checks.yml b/.github/workflows/python_checks.yml index de6c2cc..d2bb88b 100644 --- a/.github/workflows/python_checks.yml +++ b/.github/workflows/python_checks.yml @@ -266,7 +266,7 @@ jobs: matrix: include: - runner: windows-latest - python-version: "3.12" + python-version: "3.13" checks: 'tests' - runner: windows-2019 @@ -274,7 +274,7 @@ jobs: checks: 'tests' - runner: macos-latest - python-version: "3.12" + python-version: "3.13" checks: 'tests' - runner: macos-12