Skip to content

Commit f336a01

Browse files
authored
Merge pull request #79 from SpiNNakerManchester/switch-mac-windows-to-python-3.9
Switch mac and windows to check Python 3.9 now 3.8 is EOL
2 parents 94a18b2 + 2d762be commit f336a01

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/python_checks.yml

Lines changed: 7 additions & 7 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
@@ -266,19 +266,19 @@ jobs:
266266
matrix:
267267
include:
268268
- runner: windows-latest
269-
python-version: "3.12"
269+
python-version: "3.13"
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
277-
python-version: "3.12"
277+
python-version: "3.13"
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)