Skip to content

Commit 191a0d5

Browse files
Switch default packaging workflows to python 3.12
1 parent 3c60ecd commit 191a0d5

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/stable-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ on:
1717
description: 'Python minor version'
1818
required: true
1919
type: string
20-
default: "11"
20+
default: "12"
2121
python_patch:
2222
description: 'Python patch version'
2323
required: true
2424
type: string
25-
default: "9"
25+
default: "7"
2626

2727

2828
jobs:

.github/workflows/windows_release_dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ on:
2323
description: 'python minor version'
2424
required: true
2525
type: string
26-
default: "11"
26+
default: "12"
2727

2828
python_patch:
2929
description: 'python patch version'
3030
required: true
3131
type: string
32-
default: "9"
32+
default: "7"
3333
# push:
3434
# branches:
3535
# - master

.github/workflows/windows_release_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ on:
1313
description: 'python minor version'
1414
required: true
1515
type: string
16-
default: "11"
16+
default: "12"
1717

1818
python_patch:
1919
description: 'python patch version'
2020
required: true
2121
type: string
22-
default: "9"
22+
default: "7"
2323
# push:
2424
# branches:
2525
# - master

0 commit comments

Comments
 (0)