Skip to content

Commit 275a288

Browse files
MAINT: upgrade lock files (#171)
* DX: use Python 3.13 in developer environment * MAINT: test AmpForm-DPD on Python 3.14
1 parent b351735 commit 275a288

File tree

7 files changed

+2168
-1744
lines changed

7 files changed

+2168
-1744
lines changed

.binder/runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.12
1+
python-3.13

.github/release-drafter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ categories:
1919
- title: 📝 Documentation
2020
label: 📝 Docs
2121
- title: 🔨 Maintenance
22-
label: 🔨 Maintenance
22+
labels:
23+
- 🔨 Maintenance
24+
- ⬆️ Lock
2325
- title: 🖱️ Developer Experience
2426
label: 🖱️ DX
2527

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: check-useless-excludes
1515

1616
- repo: https://github.com/ComPWA/policy
17-
rev: 0.7.0
17+
rev: 0.7.3
1818
hooks:
1919
- id: check-dev-files
2020
args:
@@ -55,9 +55,9 @@ repos:
5555
metadata.vscode
5656
5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.12.8
58+
rev: v0.14.0
5959
hooks:
60-
- id: ruff
60+
- id: ruff-check
6161
args: [--fix]
6262
types_or: [python, pyi, jupyter]
6363
- id: ruff-format
@@ -89,7 +89,7 @@ repos:
8989
- id: taplo-format
9090

9191
- repo: https://github.com/pappasam/toml-sort
92-
rev: v0.24.2
92+
rev: v0.24.3
9393
hooks:
9494
- id: toml-sort
9595
args:
@@ -101,7 +101,7 @@ repos:
101101
- id: cspell
102102

103103
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
104-
rev: 3.2.1
104+
rev: 3.4.0
105105
hooks:
106106
- id: editorconfig-checker
107107
name: editorconfig
@@ -122,11 +122,11 @@ repos:
122122
- python
123123

124124
- repo: https://github.com/ComPWA/pyright-pre-commit
125-
rev: v1.1.403
125+
rev: v1.1.406
126126
hooks:
127127
- id: pyright
128128

129129
- repo: https://github.com/astral-sh/uv-pre-commit
130-
rev: 0.8.8
130+
rev: 0.9.2
131131
hooks:
132132
- id: uv-lock

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12
1+
3.13

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: ubuntu-24.04
55
tools:
6-
python: "3.12"
6+
python: "3.13"
77
commands:
88
- |-
99
export PIXI_HOME=$READTHEDOCS_VIRTUALENV_PATH

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.11",
2020
"Programming Language :: Python :: 3.12",
2121
"Programming Language :: Python :: 3.13",
22+
"Programming Language :: Python :: 3.14",
2223
"Programming Language :: Python :: 3.9",
2324
"Programming Language :: Python",
2425
"Topic :: Scientific/Engineering :: Physics",
@@ -283,6 +284,7 @@ sequence = [
283284
{ref = "test-py 3.11"},
284285
{ref = "test-py 3.12"},
285286
{ref = "test-py 3.13"},
287+
{ref = "test-py 3.14"},
286288
{ref = "test-py 3.9"},
287289
]
288290

@@ -300,7 +302,7 @@ uv run \
300302
help = "Run all tests on a specific Python version"
301303

302304
[[tool.poe.tasks.test-py.args]]
303-
default = "3.12"
305+
default = "3.13"
304306
help = "Selected Python version"
305307
name = "version"
306308
positional = true

uv.lock

Lines changed: 2152 additions & 1732 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)