Skip to content

Commit

Permalink
chore(support): Add support for Python 3.13 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored Nov 29, 2024
1 parent ec42899 commit 566fe26
Show file tree
Hide file tree
Showing 3 changed files with 900 additions and 730 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"

concurrency:
group: ci-tests-${{ matrix.python_version }}-${{ github.ref }}
Expand Down
11 changes: 10 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,18 @@ default_stages:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-json
- id: check-toml
- id: check-xml
- id: debug-statements
- id: check-builtin-literals
- id: check-case-conflict
- id: check-docstring-first
- id: detect-private-key

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.1.0"
Expand Down
Loading

0 comments on commit 566fe26

Please sign in to comment.