Skip to content

Commit ca7f24a

Browse files
authored
Merge pull request #78 from oreillymedia/TOOLSDEV-306-to-3-13
Update workflow for 3.13
2 parents 2c8aa91 + bd8a3b9 commit ca7f24a

File tree

3 files changed

+239
-188
lines changed

3 files changed

+239
-188
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)