Skip to content

Commit 2ae62a6

Browse files
authored
Merge pull request #50 from George-Ogden/py314
Python 3.14 Support
2 parents 3e35c0c + dc353a7 commit 2ae62a6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
uses: George-Ogden/actions/.github/workflows/[email protected]
1414
with:
15-
python-versions: "['3.9', '3.10', '3.11', '3.12', '3.13']"
15+
python-versions: "['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']"
1616

1717
readme-check:
1818
runs-on: ubuntu-24.04

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
)
2424
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.13.1
26+
rev: v0.14.4
2727
hooks:
2828
- id: ruff-format
2929
exclude: ^tests/[^/].*/test_data/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ If you are unfamiliar with pre-commit hooks, see their website: https://pre-comm
44

55
## Compatibility
66

7-
This hook is tested with Python 3.9-3.13.
7+
This hook is tested with Python 3.9-3.14.
88
The hooks use bash scripts, so is tested and run on Ubuntu.
99
It may work with other Python versions or operating systems (such as MacOS or WSL).
1010

@@ -98,7 +98,7 @@ repos:
9898
- id: trailing-whitespace
9999

100100
- repo: https://github.com/George-Ogden/pre-commit-hooks/
101-
rev: v1.4.2
101+
rev: v1.4.3
102102
hooks:
103103
- id: dbg-check
104104
exclude: ^test/

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "Pre-Commit-Hooks"
3-
version = "1.4.2"
4-
requires-python = ">=3.9,<3.14"
3+
version = "1.4.3"
4+
requires-python = ">=3.9,<3.15"
55

66
[project.scripts]
77
dict-rewrite = "dict_rewrite:main_cli"

0 commit comments

Comments
 (0)