diff --git a/.github/workflows/codespell-private.yml b/.github/workflows/codespell-private.yml index e312fb40b1..3d4fc36a59 100644 --- a/.github/workflows/codespell-private.yml +++ b/.github/workflows/codespell-private.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 69d7c80d8a..cb158691be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]