Skip to content

Commit 1fbaaf8

Browse files
authored
Add Python 3.13 setup step to test workflow (#1016)
1 parent c86fdd9 commit 1fbaaf8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ jobs:
4848
- name: Clone
4949
uses: actions/checkout@v4
5050

51+
- name: Set up Python 3.13
52+
uses: actions/setup-python@v5
53+
with:
54+
python-version: '3.13'
55+
5156
- name: Setup MacOS
5257
if: matrix.os == 'macos'
5358
run: |

0 commit comments

Comments
 (0)