Skip to content

Commit

Permalink
Start testing with Python 3.13
Browse files Browse the repository at this point in the history
Also move to Ubuntu 24.04 LTS.
  • Loading branch information
DimitriPapadopoulos committed Jul 13, 2024
1 parent 7dc92c8 commit b3a3edd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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 All @@ -39,6 +40,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- run: sudo apt-get install libaspell-dev aspell-en
- name: Install dependencies
run: |
Expand Down

0 comments on commit b3a3edd

Please sign in to comment.