Skip to content

Commit b3a3edd

Browse files
Start testing with Python 3.13
Also move to Ubuntu 24.04 LTS.
1 parent 7dc92c8 commit b3a3edd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codespell-private.yml

Lines changed: 3 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:
@@ -39,6 +40,7 @@ jobs:
3940
uses: actions/setup-python@v5
4041
with:
4142
python-version: ${{ matrix.python-version }}
43+
allow-prereleases: true
4244
- run: sudo apt-get install libaspell-dev aspell-en
4345
- name: Install dependencies
4446
run: |

0 commit comments

Comments
 (0)