Skip to content

Commit f6e8bd6

Browse files
Start testing with Python 3.13
1 parent f3d85db commit f6e8bd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codespell-private.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
REQUIRE_ASPELL: true
1515
RUFF_OUTPUT_FORMAT: github
1616
# Make sure we're using the latest aspell dictionary
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
timeout-minutes: 10
1919
strategy:
2020
fail-fast: false
@@ -25,6 +25,7 @@ jobs:
2525
- "3.10"
2626
- "3.11"
2727
- "3.12"
28+
- "3.13"
2829
no-toml:
2930
- ""
3031
include:

0 commit comments

Comments
 (0)