Skip to content

Commit 55deb00

Browse files
authored
Bump target-version in black configuration (#2457)
The PR updates configuration of `black` tool to align `target-version` with the list of supported python versions.
1 parent 5ba16f4 commit 55deb00

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ This release achieves 100% compliance with Python Array API specification (revis
3939
* The parameter `axis` in `dpnp.take_along_axis` function has now a default value of `-1` [#2442](https://github.com/IntelPython/dpnp/pull/2442)
4040
* Updates the list of required python versions documented in `Quick Start Guide` [#2449](https://github.com/IntelPython/dpnp/pull/2449)
4141
* Updated FFT module to ensure an input array is Hermitian before calling complex-to-real FFT [#2444](https://github.com/IntelPython/dpnp/pull/2444)
42+
* Aligned `black` configuration with the list of supported python versions [#2457](https://github.com/IntelPython/dpnp/pull/2457)
4243

4344
### Fixed
4445

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.black]
22
line-length = 80
3-
target-version = ['py38', 'py39', 'py310']
3+
target-version = ['py39', 'py310', 'py311', 'py312']
44

55
[tool.codespell]
66
builtin = "clear,rare,informal,names"

0 commit comments

Comments
 (0)