Skip to content

Commit

Permalink
Add Python 3.13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyizheng02 committed Dec 20, 2024
1 parent 435666f commit e699eaa
Show file tree
Hide file tree
Showing 5 changed files with 886 additions and 832 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ repos:
rev: 24.4.2
hooks:
- id: black
language_version: python3.12
language_version: python3.13
# GitHub editor is 127 chars wide, see workflows in .github/
args: ["--line-length=127"]
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ pytest-cov = "*"
sphinx = "*"

[requires]
python_version = "3.12"
python_version = "3.13"
Loading

0 comments on commit e699eaa

Please sign in to comment.