Skip to content

Commit

Permalink
use Python 3.13 for livetests and quality workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
fdiblen committed Oct 16, 2024
1 parent 0ed0135 commit c4ce1b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/livetests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.13"
- name: Python info
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.13"
- name: Install dependencies
run: python -m pip install .[dev]
- name: Check style against standards using prospector
Expand Down

0 comments on commit c4ce1b4

Please sign in to comment.