Skip to content

Commit 67264c8

Browse files
authored
Merge stable into main (#3118)
2 parents bfea3cd + eee8445 commit 67264c8

4 files changed

Lines changed: 558 additions & 399 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16+
- {python: '3.14'}
1617
- {python: '3.13'}
1718
- {name: Windows, python: '3.13', os: windows-latest}
1819
- {name: Mac, python: '3.13', os: macos-latest}

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: 9aeda5d1f4bbd212c557da1ea78eca9e8c829e19 # frozen: v0.11.13
3+
rev: 3b4bc031619cde2e0a9f3c4441ac7cc8227245a4 # frozen: v0.14.1
44
hooks:
55
- id: ruff
66
- id: ruff-format
77
- repo: https://github.com/astral-sh/uv-pre-commit
8-
rev: a621b109bab2e7e832d98c88fd3e83399f4e6657 # frozen: 0.7.12
8+
rev: 34caa24c9623d336f140bafe8c7f3d341e02f5c8 # frozen: 0.9.4
99
hooks:
1010
- id: uv-lock
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
12+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
1313
hooks:
1414
- id: check-merge-conflict
1515
- id: debug-statements

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ order-by-type = false
142142

143143
[tool.tox]
144144
env_list = [
145-
"py3.13", "py3.12", "py3.11", "py3.10",
145+
"py3.14", "py3.13", "py3.12", "py3.11", "py3.10",
146146
"pypy3.11",
147147
"style",
148148
"typing",

0 commit comments

Comments
 (0)