Skip to content

Commit 4cc2d65

Browse files
authored
docs(changelog): add 0.24.0 release notes (#1330)
* docs(changelog): add 0.24.0 release notes * docs(changelog): update 0.24.0 release date
1 parent 8757b31 commit 4cc2d65

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 0.24.0 - 2025-11-09
4+
5+
### Breaking changes
6+
7+
#### Python 3.9 support dropped
8+
9+
Support for Python 3.9 has been dropped, as it has reached its end of life.
10+
11+
#### PyPy 3.10 support dropped, 3.11 added
12+
13+
Support for PyPy 3.10 has been dropped, since it is unsupported. We now only test against PyPy 3.11, and only publish wheels for this version.
14+
15+
### Features
16+
17+
* Add GitHub Actions annotations reporter ([#1059](https://github.com/fpgmaas/deptry/pull/1059))
18+
* Add support for Python 3.14 ([#1224](https://github.com/fpgmaas/deptry/pull/1224))
19+
* Drop support for Python 3.9 ([#1328](https://github.com/fpgmaas/deptry/pull/1328))
20+
* Publish wheels for PyPy 3.11 and drop 3.10 ([#1227](https://github.com/fpgmaas/deptry/pull/1227))
21+
22+
### Full Changelog
23+
24+
https://github.com/fpgmaas/deptry/compare/0.23.1...0.24.0
25+
26+
327
## 0.23.1 - 2025-07-30
428

529
### Bug Fixes

0 commit comments

Comments
 (0)