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 b1b3dce commit 4232136Copy full SHA for 4232136
CHANGELOG.md
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
## [0.20.0] - MM/DD/2026
8
9
This release changes the license from `BSD-2-Clause` to `BSD-3-Clause`.
10
+The release stops supporting python 3.9, and so python 3.10 is a minimum required version since now.
11
12
### Added
13
@@ -24,6 +25,8 @@ This release changes the license from `BSD-2-Clause` to `BSD-3-Clause`.
24
25
26
### Removed
27
28
+* Dropped support of python 3.9 [#2626](https://github.com/IntelPython/dpnp/pull/2626)
29
+
30
### Fixed
31
32
### Security
0 commit comments