Skip to content

Commit

Permalink
test against py3.13, update ruff precommit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
devkral committed Jan 7, 2025
1 parent 3286f8f commit 846a330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: "ubuntu-latest"
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
services:
postgres:
image: postgres:16
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.7.0
rev: v0.8.4
hooks:
- id: ruff
args: ["--fix"]
Expand Down

0 comments on commit 846a330

Please sign in to comment.