Skip to content

Commit 3b80ab7

Browse files
committed
sponsors: add LambdaTest
1 parent 8c5dbfc commit 3b80ab7

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ for sponsor in tomllib.loads(pathlib.Path("pyproject.toml").read_text())["tool"]
5353
<a href="https://tidelift.com/?utm_source=lifter&utm_medium=referral&utm_campaign=hynek"><img title="Tidelift" src="docs/_static/sponsors/Tidelift.svg" width="190" /></a>
5454
<a href="https://privacy-solutions.org/"><img title="Privacy Solutions" src="docs/_static/sponsors/Privacy-Solutions.svg" width="190" /></a>
5555
<a href="https://filepreviews.io/"><img title="FilePreviews" src="docs/_static/sponsors/FilePreviews.svg" width="190" /></a>
56+
<a href="https://www.lambdatest.com/?utm_source=structlog&utm_medium=sponsor"><img title="LambdaTest" src="docs/_static/sponsors/LambdaTest.svg" width="190" /></a>
5657
<a href="https://polar.sh/"><img title="Polar" src="docs/_static/sponsors/Polar.svg" width="190" /></a>
5758
<!-- [[[end]]] -->
5859

Lines changed: 1 addition & 0 deletions
Loading

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ for sponsor in tomllib.loads(pathlib.Path("pyproject.toml").read_text())["tool"]
2323
<a href="https://tidelift.com/?utm_source=lifter&utm_medium=referral&utm_campaign=hynek"><img title="Tidelift" src="_static/sponsors/Tidelift.svg" width="190" /></a>
2424
<a href="https://privacy-solutions.org/"><img title="Privacy Solutions" src="_static/sponsors/Privacy-Solutions.svg" width="190" /></a>
2525
<a href="https://filepreviews.io/"><img title="FilePreviews" src="_static/sponsors/FilePreviews.svg" width="190" /></a>
26+
<a href="https://www.lambdatest.com/?utm_source=structlog&utm_medium=sponsor"><img title="LambdaTest" src="_static/sponsors/LambdaTest.svg" width="190" /></a>
2627
<a href="https://polar.sh/"><img title="Polar" src="_static/sponsors/Polar.svg" width="190" /></a>
2728
<!-- [[[end]]] -->
2829

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,11 @@ title = "FilePreviews"
262262
url = "https://filepreviews.io/"
263263
img = "FilePreviews.svg"
264264

265+
[[tool.sponcon.sponsors]]
266+
title = "LambdaTest"
267+
url = "https://www.lambdatest.com/?utm_source=structlog&utm_medium=sponsor"
268+
img = "LambdaTest.svg"
269+
265270
[[tool.sponcon.sponsors]]
266271
title = "Polar"
267272
url = "https://polar.sh/"

0 commit comments

Comments
 (0)