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.
2 parents f483deb + 297fd54 commit cd7d41cCopy full SHA for cd7d41c
.github/workflows/python_style_checks.yml
@@ -43,7 +43,7 @@ jobs:
43
with:
44
src: "."
45
options: "--check"
46
- version: "22.12.0"
+ version: "24.4.2"
47
48
flake8:
49
runs-on: ubuntu-latest
CHANGELOG.md
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
13
### Fixed
14
15
+### Maintenance
16
+
17
+* Update black version used in Python code style workflow [gh-1828](https://github.com/IntelPython/dpctl/pull/1828)
18
19
## [0.18.0] - Sept. XX, 2024
20
21
This release reaches an important milestone by making offloading fully asynchronous.
0 commit comments