Skip to content

Commit 0520d83

Browse files
author
Christopher Doris
committed
Fix release notes: add new entry for Python 3.9 minimum instead of modifying old one
1 parent 2af113e commit 0520d83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/releasenotes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44
* Internal: Use heap-allocated types (PyType_FromSpec) to improve ABI compatibility.
5+
* Minimum supported Python version is now 3.9.
56

67
## 0.9.26 (2025-07-15)
78
* Added PySide6 support to the GUI compatibility layer.
@@ -43,7 +44,7 @@
4344
## 0.9.20 (2024-05-01)
4445
* The IPython extension is now automatically loaded upon import if IPython is detected.
4546
* JuliaCall now compatible with Julia 1.10.3.
46-
* Minimum supported Python version is now 3.9.
47+
* Minimum supported Python version is now 3.8.
4748

4849
## 0.9.19 (2024-03-19)
4950
* Bug fixes.

0 commit comments

Comments
 (0)