Skip to content

Commit

Permalink
build.yml: Upgrade Python version from 3.11 to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilJustice committed Jan 2, 2025
1 parent a40c5d8 commit e60ab36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.13'

- uses: actions/cache@v4
with:
Expand Down

0 comments on commit e60ab36

Please sign in to comment.