File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,29 @@ $ pip install --user --upgrade --pre libtmux
14
14
15
15
<!-- Maintainers and contributors: Insert change notes for the next release above -->
16
16
17
+ ### Breaking changes
18
+
19
+ - Python 3.7 Dropped (#497 )
20
+
17
21
### Packaging
18
22
19
23
- Move pytest configuration to ` pyproject.toml ` (#499 )
20
24
- Poetry: 1.6.1 -> 1.7.0
21
25
22
26
See also: https://github.com/python-poetry/poetry/blob/1.7.0/CHANGELOG.md
23
27
24
- ### Breaking changes
28
+ - Packaging (poetry): Fix development dependencies
25
29
26
- - Python 3.7 Dropped (#497 )
30
+ Per [ Poetry's docs on managing dependencies] and ` poetry check ` , we had it wrong: Instead of using extras, we should create these:
31
+
32
+ ``` toml
33
+ [tool.poetry.group.[group-name].dependencies]
34
+ dev-dependency = " 1.0.0"
35
+ ```
36
+
37
+ Which we now do.
38
+
39
+ [ Poetry's docs on managing dependencies ] : https://python-poetry.org/docs/master/managing-dependencies/
27
40
28
41
### Development
29
42
@@ -35,6 +48,14 @@ $ pip install --user --upgrade --pre libtmux
35
48
36
49
[ `ruff format` ] : https://docs.astral.sh/ruff/formatter/
37
50
51
+ - CI: Update action packages to fix warnings
52
+
53
+ - [ dorny/paths-filter] : 2.7.0 -> 2.11.1
54
+ - [ codecov/codecov-action] : 2 -> 3
55
+
56
+ [ dorny/paths-filter ] : https://github.com/dorny/paths-filter
57
+ [ codecov/codecov-action ] : https://github.com/codecov/codecov-action
58
+
38
59
## libtmux 0.23.2 (2023-09-09)
39
60
40
61
_ Maintenance only, no bug fixes or new features_
You can’t perform that action at this time.
0 commit comments