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 98a60ac commit a52c340Copy full SHA for a52c340
.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-24.04
+ runs-on: ubuntu-latest
18
timeout-minutes: 10
19
strategy:
20
fail-fast: false
pyproject.toml
@@ -26,6 +26,7 @@ classifiers = [
26
"Programming Language :: Python :: 3.10",
27
"Programming Language :: Python :: 3.11",
28
"Programming Language :: Python :: 3.12",
29
+ "Programming Language :: Python :: 3.13",
30
]
31
dependencies = []
32
dynamic = ["version"]
0 commit comments