Skip to content

Commit aacda3d

Browse files
authored
chore: mark as compatible with taskcluster-taskgraph 16 (#116)
1 parent 177cccd commit aacda3d

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.4.2 (2025-10-08)
2+
3+
## Added
4+
5+
- mark as compatible with taskcluster-taskgraph 16
6+
17
## 3.4.1 (2025-08-13)
28

39
## Added

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mozilla-taskgraph"
3-
version = "3.4.1"
3+
version = "3.4.2"
44
description = "Mozilla specific transforms and utilities for Taskgraph"
55
readme = "README.md"
66
authors = [
@@ -19,7 +19,7 @@ classifiers = [
1919
]
2020
requires-python = ">=3.8"
2121
dependencies = [
22-
"taskcluster-taskgraph>=11,<16",
22+
"taskcluster-taskgraph>=11,<17",
2323
]
2424

2525
[project.urls]

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)