Skip to content

Commit

Permalink
Bump Python version used in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tillprochaska committed Jan 11, 2025
1 parent 30c4e6e commit 6c914ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"
cache: "poetry"
cache-dependency-path: "./backend/poetry.lock"

Expand Down

0 comments on commit 6c914ca

Please sign in to comment.