File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ All notable changes to this project will be documented in this file.
2828 * [ Full changelog: 1.1.0...1.2.0] ( https://github.com/ni/nidaqmx-python/compare/1.1.0...1.2.0 )
2929
3030* ### Resolved Issues
31- * ...
31+ * Fix PEP 660 builds by setting ` build-system ` to use ` poetry-core `
3232
3333* ### Major Changes
3434 * Removed the ` docs ` extra and converted it to a Poetry dependency group.
Original file line number Diff line number Diff line change @@ -130,8 +130,8 @@ markers = [
130130]
131131
132132[build-system ]
133- requires = [" poetry>=1.2 " ]
134- build-backend = " poetry.masonry.api"
133+ requires = [" poetry-core >=1.8 " ]
134+ build-backend = " poetry.core. masonry.api"
135135
136136[tool .mypy ]
137137files = " generated/,tests/"
You can’t perform that action at this time.
0 commit comments