Skip to content

Commit a52c340

Browse files
Support Python 3.13 (#3560)
1 parent 98a60ac commit a52c340

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/codespell-private.yml

Lines changed: 1 addition & 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-24.04
17+
runs-on: ubuntu-latest
1818
timeout-minutes: 10
1919
strategy:
2020
fail-fast: false

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.10",
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
29+
"Programming Language :: Python :: 3.13",
2930
]
3031
dependencies = []
3132
dynamic = ["version"]

0 commit comments

Comments
 (0)