Skip to content

Commit

Permalink
chore: update CI for Python 3.13 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jan 18, 2025
1 parent 0b2ecbb commit ddb0195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repos:
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py39-plus]
args: [--py310-plus]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.1
hooks:
Expand Down

0 comments on commit ddb0195

Please sign in to comment.