Skip to content

Commit 564d09a

Browse files
committed
chore: Release 2.22.4
1 parent c50b73a commit 564d09a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Release v2.22.4 (2025-03-07)
2+
3+
### Bug Fixes
4+
5+
- Ensure dev-dependencies are added to the correct group when the `tool.pdm.dev-dependencies` table has groups. ([#3392](https://github.com/pdm-project/pdm/issues/3392))
6+
7+
18
## Release v2.22.3 (2025-01-27)
29

310
### Bug Fixes

news/3392.bugfix.md

-1
This file was deleted.

src/pdm/models/python_max_versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"3.1": 5,
1414
"3.10": 16,
1515
"3.11": 11,
16-
"3.12": 8,
17-
"3.13": 1,
16+
"3.12": 9,
17+
"3.13": 2,
1818
"3.2": 6,
1919
"3.3": 7,
2020
"3.4": 10,

0 commit comments

Comments
 (0)