Skip to content

Commit

Permalink
Merge pull request #476 from danieldotnl/workflows
Browse files Browse the repository at this point in the history
Upgrade github workflows to python 3.13
  • Loading branch information
danieldotnl authored Feb 6, 2025
2 parents e0b06c7 + 5a5d463 commit 8e2890f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: "Set up Python"
uses: actions/setup-python@v5.3.0
with:
python-version: "3.12"
python-version: "3.13"
cache: "pip"

- name: "Install requirements"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"]
python-version: ["3.13"]
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 8e2890f

Please sign in to comment.