Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch mac and windows to check Python 3.9 now 3.8 is EOL #79

Merged
merged 2 commits into from
Oct 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/python_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -98,7 +98,7 @@ on:
required: true
type: string
rat_config_file:
description: >
description: >
Christian-B marked this conversation as resolved.
Show resolved Hide resolved
Which xml config file to use for rat.
Supported options are:
'rat.xml' all license acceptable to rat
Expand Down Expand Up @@ -270,15 +270,15 @@ jobs:
checks: 'tests'

- runner: windows-2019
python-version: 3.8
python-version: 3.9
checks: 'tests'

- runner: macos-latest
python-version: "3.12"
checks: 'tests'

- runner: macos-12
python-version: 3.8
python-version: 3.9
checks: 'tests'

runs-on: ${{ matrix.runner }}
Expand Down