Skip to content

Commit

Permalink
Start testing with Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Jul 13, 2024
1 parent f3d85db commit f6e8bd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codespell-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
REQUIRE_ASPELL: true
RUFF_OUTPUT_FORMAT: github
# Make sure we're using the latest aspell dictionary
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 10
strategy:
fail-fast: false
Expand All @@ -25,6 +25,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
no-toml:
- ""
include:
Expand Down

0 comments on commit f6e8bd6

Please sign in to comment.