Skip to content

Commit

Permalink
Use python 3.13 for build and docs checks
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Dec 15, 2024
1 parent c5b1893 commit d47ff0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.12"]
python-version: ["3.8", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.13"

- name: Remove and mock problematic dependencies
run: |
Expand Down

0 comments on commit d47ff0d

Please sign in to comment.