Skip to content

Commit 0e0344f

Browse files
committed
Update workflow for 3.13
1 parent 2c8aa91 commit 0e0344f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.9", "3.12"]
10+
python-version: ["3.9", "3.13"]
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v5
1414

1515
- name: Setup Python
1616
id: setup-python

0 commit comments

Comments
 (0)