Skip to content

Commit

Permalink
Add preliminary Python 3.13 support (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek authored Jun 26, 2024
1 parent c7eb16f commit 908141a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
if-no-files-found: ignore

- name: Check public API with Mypy
if: ${{ matrix.python-version != '3.13' }}
run: |
python -Im tox run \
--installpkg dist/*.whl \
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Typing :: Typed",
]
dependencies = [
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env_list =
pyright,
py3{8,9,10,11,12}-mypy
py3{8,9,10,11,12}-tests{,-optional},
py313-tests, # Deps aren't there, yet. Remove Mypy if-block from ci.yml once they are, too!
coverage-report


Expand Down

0 comments on commit 908141a

Please sign in to comment.