We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc92c8 commit b3a3eddCopy full SHA for b3a3edd
.github/workflows/codespell-private.yml
@@ -14,7 +14,7 @@ jobs:
14
REQUIRE_ASPELL: true
15
RUFF_OUTPUT_FORMAT: github
16
# Make sure we're using the latest aspell dictionary
17
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
18
timeout-minutes: 10
19
strategy:
20
fail-fast: false
@@ -25,6 +25,7 @@ jobs:
25
- "3.10"
26
- "3.11"
27
- "3.12"
28
+ - "3.13"
29
no-toml:
30
- ""
31
include:
@@ -39,6 +40,7 @@ jobs:
39
40
uses: actions/setup-python@v5
41
with:
42
python-version: ${{ matrix.python-version }}
43
+ allow-prereleases: true
44
- run: sudo apt-get install libaspell-dev aspell-en
45
- name: Install dependencies
46
run: |
0 commit comments