Skip to content

Commit 473e91b

Browse files
authored
Add note about Python 3.9 to CHANGELOG.md
Fixes #3050
1 parent cbe6d38 commit 473e91b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ END_UNRELEASED_TEMPLATE
9393

9494
{#1-5-0-changed}
9595
### Changed
96-
9796
* (toolchain) Bundled toolchain version updates:
9897
* 3.9 now references 3.9.23
9998
* 3.10 now references 3.10.18
@@ -109,7 +108,8 @@ END_UNRELEASED_TEMPLATE
109108
* (py_wheel) py_wheel always creates zip64-capable wheel zips
110109
* (providers) (experimental) {obj}`PyInfo.venv_symlinks` replaces
111110
`PyInfo.site_packages_symlinks`
112-
* (deps) Updating setuptools to patch CVE-2025-47273.
111+
* (deps) Updating setuptools to patch CVE-2025-47273. This effectively makes Python 3.9
112+
the minimum supported version for using pip_parse.
113113

114114
{#1-5-0-fixed}
115115
### Fixed

0 commit comments

Comments
 (0)