We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af113e commit 0520d83Copy full SHA for 0520d83
docs/src/releasenotes.md
@@ -2,6 +2,7 @@
2
3
## Unreleased
4
* Internal: Use heap-allocated types (PyType_FromSpec) to improve ABI compatibility.
5
+* Minimum supported Python version is now 3.9.
6
7
## 0.9.26 (2025-07-15)
8
* Added PySide6 support to the GUI compatibility layer.
@@ -43,7 +44,7 @@
43
44
## 0.9.20 (2024-05-01)
45
* The IPython extension is now automatically loaded upon import if IPython is detected.
46
* JuliaCall now compatible with Julia 1.10.3.
-* Minimum supported Python version is now 3.9.
47
+* Minimum supported Python version is now 3.8.
48
49
## 0.9.19 (2024-03-19)
50
* Bug fixes.
0 commit comments