Skip to content

Commit adf0997

Browse files
authored
Add a "version added" note for tox_extend_envs (#3595)
1 parent 732a308 commit adf0997

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tox/plugin/spec.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ def tox_register_tox_env(register: ToxEnvRegister) -> None:
3333
def tox_extend_envs() -> Iterable[str]:
3434
"""Declare additional environment names.
3535
36+
.. versionadded:: 4.29.0
37+
3638
This hook is called without any arguments early in the lifecycle. It
3739
is expected to return an iterable of strings with environment names
3840
for tox to consider. It can be used to facilitate dynamic creation of

0 commit comments

Comments
 (0)