Skip to content

Commit ac6e42c

Browse files
committed
Switch mac and windows to check Python 3.9 now 3.8 is EOL
1 parent 94a18b2 commit ac6e42c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python_checks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
required: true
2626
type: string
2727
install_module:
28-
description: >
28+
description: >
2929
Flag to say if the current model should be installed should be installed
3030
Excepted values are true of false
3131
required: false
@@ -64,7 +64,7 @@ on:
6464
type: string
6565
default: 'false'
6666
cfg_file:
67-
description: >
67+
description: >
6868
Name of the cfg file to be created
6969
excluding the ~./ start and .cfg end
7070
The default string will skip the create cfg stage
@@ -98,7 +98,7 @@ on:
9898
required: true
9999
type: string
100100
rat_config_file:
101-
description: >
101+
description: >
102102
Which xml config file to use for rat.
103103
Supported options are:
104104
'rat.xml' all license acceptable to rat
@@ -270,15 +270,15 @@ jobs:
270270
checks: 'tests'
271271

272272
- runner: windows-2019
273-
python-version: 3.8
273+
python-version: 3.9
274274
checks: 'tests'
275275

276276
- runner: macos-latest
277277
python-version: "3.12"
278278
checks: 'tests'
279279

280280
- runner: macos-12
281-
python-version: 3.8
281+
python-version: 3.9
282282
checks: 'tests'
283283

284284
runs-on: ${{ matrix.runner }}

0 commit comments

Comments
 (0)