Skip to content

Commit a037eaa

Browse files
committed
Bump Python 3.13.13 -> 3.13.14 and 3.14.5 -> 3.14.6
1 parent 923bfec commit a037eaa

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-python-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ on:
1515
type: choice
1616
options:
1717
- 3.12.13
18-
- 3.13.13
19-
- 3.14.5
18+
- 3.13.14
19+
- 3.14.6
2020

2121
env:
2222
PYTHON_VERSION: ${{ inputs.python_version || github.event.inputs.python_version }}

.github/workflows/build-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
matrix:
1919
python_version:
2020
- 3.12.13
21-
- 3.13.13
22-
- 3.14.5
21+
- 3.13.14
22+
- 3.14.6
2323
uses: ./.github/workflows/build-python-version.yml
2424
with:
2525
python_version: ${{ matrix.python_version }}

0 commit comments

Comments
 (0)