Skip to content

Commit

Permalink
Add support for Python 3.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Oct 26, 2024
1 parent 33f1fd0 commit 6595bf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist =
check
build
build_docs
py{39,310,311,312}
py{39,310,311,312, 313}
isolated_build = True
skip_missing_interpreters = True

Expand All @@ -14,6 +14,7 @@ python =
3.10: check, build, build_docs, py310
3.11: py311
3.12: py312
3.13: py313


[testenv:check]
Expand Down

0 comments on commit 6595bf7

Please sign in to comment.