Skip to content

Commit e3205ab

Browse files
chore: python 3.13 support, update deps (#36)
* chore: python 3.13 support, update deps * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 895cced commit e3205ab

File tree

6 files changed

+231
-232
lines changed

6 files changed

+231
-232
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
python-version: ["3.9", "3.10", "3.11", "3.12"]
22+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2323
# Empty is latest, head is latest from GitHub
2424
pdm-version: [""]
2525
os: [ubuntu-latest]

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
- id: tox-ini-fmt
3333

3434
- repo: https://github.com/tox-dev/pyproject-fmt
35-
rev: "1.7.0"
35+
rev: "2.2.1"
3636
hooks:
3737
- id: pyproject-fmt
3838
additional_dependencies: ["tox>=4.14.1"]
@@ -46,14 +46,14 @@ repos:
4646
verbose: true
4747
files: ^db\.py|README\.md$
4848

49-
- rev: v0.5.4
49+
- rev: v0.5.5
5050
repo: https://github.com/astral-sh/ruff-pre-commit
5151
hooks:
5252
- id: ruff
5353
args: [--fix, --exit-non-zero-on-fix]
5454
- id: ruff-format
5555

5656
- repo: https://github.com/pdm-project/pdm
57-
rev: 2.17.1
57+
rev: 2.17.3
5858
hooks:
5959
- id: pdm-lock-check

0 commit comments

Comments
 (0)