Skip to content

Commit 8a7042c

Browse files
committed
Update setup-python action
1 parent beb2e7a commit 8a7042c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest, macos-latest]
25-
python-version: [3.10]
25+
python-version: [3.10, 3.11, 3.12]
2626
ext: [.sh]
2727
include:
2828
- os: windows-latest
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v3
3333
- name: Setup Python
34-
uses: actions/setup-python@v4
34+
uses: actions/setup-python@v6
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737

0 commit comments

Comments
 (0)