Skip to content

Commit

Permalink
Support Python 3.13 (#3560)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos authored Oct 7, 2024
1 parent 98a60ac commit a52c340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 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-24.04
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dependencies = []
dynamic = ["version"]
Expand Down

0 comments on commit a52c340

Please sign in to comment.