Skip to content

Commit 5a282bd

Browse files
authored
feat(action): 3.10-3.14 default (#1003)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent f485dde commit 5a282bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
python-versions:
55
description: "comma-separated list of python versions to install"
66
required: false
7-
default: "3.9, 3.10, 3.11, 3.12, 3.13"
7+
default: "3.10, 3.11, 3.12, 3.13, 3.14"
88
branding:
99
icon: package
1010
color: blue
@@ -15,7 +15,7 @@ runs:
1515
- uses: actions/setup-python@v6
1616
id: localpython
1717
with:
18-
python-version: "3.9 - 3.13"
18+
python-version: "3.9 - 3.14"
1919
update-environment: false
2020

2121
- name: "Validate input"

0 commit comments

Comments
 (0)